Skip to content

Commit

Permalink
ASoC: alc5632: Allow 8kHz stream support.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Andrey Danin authored and Mark Brown committed Feb 11, 2012
1 parent 5148aed commit 0f613c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/alc5632.c
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ static int alc5632_set_dai_sysclk(struct snd_soc_dai *codec_dai,
struct alc5632_priv *alc5632 = snd_soc_codec_get_drvdata(codec);

switch (freq) {
case 4096000:
case 8192000:
case 11289600:
case 12288000:
Expand Down

0 comments on commit 0f613c2

Please sign in to comment.