Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89433a28 authored by Romain Perier's avatar Romain Perier Committed by Mark Brown
Browse files

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: default avatarRomain Perier <romain.perier@collabora.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1ae3cfa
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -93,6 +93,9 @@ static int rk_hw_params(struct snd_pcm_substream *substream,
	case 96000:
	case 96000:
		mclk = 12288000;
		mclk = 12288000;
		break;
		break;
	case 192000:
		mclk = 24576000;
		break;
	case 11025:
	case 11025:
	case 22050:
	case 22050:
	case 44100:
	case 44100: