From: Peipeng Zhao Date: Wed, 30 Aug 2017 09:32:43 +0000 (+0800) Subject: codec: fixed codec tlv320adc3101 driver clk error on 48K and 16K X-Git-Tag: khadas-vims-v0.9.6-release~2905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27365be1893079650d9f00cc090d40c1a5092cfa;p=platform%2Fkernel%2Flinux-amlogic.git codec: fixed codec tlv320adc3101 driver clk error on 48K and 16K PD#150168: fixed codec tlv320adc3101 record error on 48K and 16K Change-Id: Ia672427de4c1a0e730eecdb00133d84640720785 Signed-off-by: Peipeng Zhao --- diff --git a/sound/soc/codecs/amlogic/tlv320adc3101.c b/sound/soc/codecs/amlogic/tlv320adc3101.c index 538039d..dbb6131 100644 --- a/sound/soc/codecs/amlogic/tlv320adc3101.c +++ b/sound/soc/codecs/amlogic/tlv320adc3101.c @@ -162,10 +162,10 @@ static const struct adc3101_rate_divs adc3101_divs[] = { {ADC3101_FREQ_25000000, 48000, 2, 7, 8643, 128, 8, 2, 64, 8, 4, 4}, {ADC3101_FREQ_2048000, 8000, 1, 4, 0, 128, 1, 1, 128, 1, 2, 1}, - {ADC3101_FREQ_4096000, 16000, 4, 0, 128, 1, 1, 128, 1, 2, 1}, + {ADC3101_FREQ_4096000, 16000, 1, 4, 0, 128, 1, 1, 128, 1, 2, 1}, {ADC3101_FREQ_8192000, 32000, 1, 4, 0, 128, 1, 1, 128, 1, 2, 1}, {ADC3101_FREQ_11289600, 44100, 1, 4, 0, 128, 1, 1, 128, 1, 2, 1}, - {ADC3101_FREQ_12288000, 48000, 1, 4, 0, 128, 2, 1, 128, 2, 1, 1}, + {ADC3101_FREQ_12288000, 48000, 1, 4, 0, 128, 2, 1, 128, 1, 2, 1}, }; static const struct snd_kcontrol_new hpl_output_mixer_controls[] = {