mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
ASoC: rockchip: Enable 192khz in hw_params operation
As the sampling frequency is supported by es8328 in slave mode, add support for it in the corresponding operation. Signed-off-by: Romain Perier <romain.perier@collabora.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c1ae3cfa0e
commit
2e589fdc35
@ -93,6 +93,9 @@ static int rk_hw_params(struct snd_pcm_substream *substream,
|
||||
case 96000:
|
||||
mclk = 12288000;
|
||||
break;
|
||||
case 192000:
|
||||
mclk = 24576000;
|
||||
break;
|
||||
case 11025:
|
||||
case 22050:
|
||||
case 44100:
|
||||
|
Loading…
Reference in New Issue
Block a user