From: Kuninori Morimoto Date: Wed, 14 Jun 2017 00:31:06 +0000 (+0000) Subject: ASoC: ak4613: add missing 64000 in ak4613_dai_hw_params() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a83ac4860925e1d0a7e38e7bea331fd2f2e0460d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: ak4613: add missing 64000 in ak4613_dai_hw_params() Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak4613.c b/sound/soc/codecs/ak4613.c index e3121ca3d1a2..d5beca008dea 100644 --- a/sound/soc/codecs/ak4613.c +++ b/sound/soc/codecs/ak4613.c @@ -321,6 +321,7 @@ static int ak4613_dai_hw_params(struct snd_pcm_substream *substream, case 48000: ctrl2 = DFS_NORMAL_SPEED; break; + case 64000: case 88200: case 96000: ctrl2 = DFS_DOUBLE_SPEED;