diff mbox

ASoC: ak4613: add missing 64000 in ak4613_dai_hw_params()

Message ID 87fuf39zzs.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit a83ac4860925e1d0a7e38e7bea331fd2f2e0460d
Headers show

Commit Message

Kuninori Morimoto June 14, 2017, 12:31 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/codecs/ak4613.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/ak4613.c b/sound/soc/codecs/ak4613.c
index c87ec49..27c44c7 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;