diff options
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r-- | sound/soc/codecs/twl6040.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index b8aabe6..3f28e82 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c @@ -1374,6 +1374,7 @@ static unsigned int hp_rates[] = { 8000, 16000, 32000, + 44100, 48000, 96000, }; @@ -1454,13 +1455,13 @@ static int twl6040_hw_params(struct snd_pcm_substream *substream, switch (rate) { case 11250: case 22500: - case 44100: case 88200: sysclk = 17640000; break; case 8000: case 16000: case 32000: + case 44100: case 48000: case 96000: sysclk = 19200000; |