mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
ASoC: Fix typo in 24.576MHz rate in WM5100
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -1755,7 +1755,7 @@ static int wm5100_set_sysclk(struct snd_soc_codec *codec, int clk_id,
|
||||
fval = 1;
|
||||
break;
|
||||
case 22579200:
|
||||
case 2457600:
|
||||
case 24576000:
|
||||
fval = 2;
|
||||
break;
|
||||
default:
|
||||
@@ -1772,7 +1772,7 @@ static int wm5100_set_sysclk(struct snd_soc_codec *codec, int clk_id,
|
||||
|
||||
case 6144000:
|
||||
case 12288000:
|
||||
case 2457600:
|
||||
case 24576000:
|
||||
audio_rate = 48000;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user