diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-10 19:08:04 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-12 19:45:48 +0300 |
commit | 7aae816dae150caad8880357e42303935c0179a8 (patch) | |
tree | e9adbb85d828e3e9eca5feca7afb6c71a4491f26 /sound/soc/Makefile | |
parent | a68cc8daebdd8ba7fe457ab4b2a0ccdf3cedc9f8 (diff) | |
download | linux-7aae816dae150caad8880357e42303935c0179a8.tar.xz |
ASoC: Add bit clock rate calculator utility functions
Many devices need to calculate the bit clock rate desired to
work out the clock configuration required for the device.
Provide utility functions to do this using both hw_params
structures and raw numbers.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index 0c5eac01bf2e..1470141d4167 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,4 +1,4 @@ -snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o +snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o obj-$(CONFIG_SND_SOC) += snd-soc-core.o obj-$(CONFIG_SND_SOC) += codecs/ |