diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-06-10 08:57:36 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-16 15:58:06 +0100 |
commit | 30f14b439f0cc0c7776722c0b1c2836769fe0ce7 (patch) | |
tree | 2c8899c05d7b5866d423a0283dbbc9043a0fa427 /sound/soc/codecs/Kconfig | |
parent | c8cfbec882b408cd933d24882302cacd39985e18 (diff) | |
download | op-kernel-dev-30f14b439f0cc0c7776722c0b1c2836769fe0ce7.zip op-kernel-dev-30f14b439f0cc0c7776722c0b1c2836769fe0ce7.tar.gz |
ASoC: rt5677: Convert to use rl6231_get_clk_info
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Tested-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index cbfa1e1..9d88845 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -445,9 +445,11 @@ config SND_SOC_RL6231 default y if SND_SOC_RT5640=y default y if SND_SOC_RT5645=y default y if SND_SOC_RT5651=y + default y if SND_SOC_RT5677=y default m if SND_SOC_RT5640=m default m if SND_SOC_RT5645=m default m if SND_SOC_RT5651=m + default m if SND_SOC_RT5677=m config SND_SOC_RT5631 tristate |