]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dmic: don't use codec anymore
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 21 Feb 2018 02:06:29 +0000 (02:06 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 21 Feb 2018 11:19:57 +0000 (11:19 +0000)
commit9ff487a98d54e769ec3d4401b21fd1d398cc4c19
tree4a240cc882bad99436c321ec5089a435f3350a39
parent931a059ea6a1ef5dacce0267ca493fdb2f768932
ASoC: dmic: don't use codec anymore

commit 12c3c2da1127 ("ASoC: dmic: replace codec to component")
replaced codec to component, but
commit 931a059ea6a1 ("ASoC: dmic: Add optional wakeup delay")
used codec again. This patch fix it up.

Fixes: 931a059ea6a1 ("ASoC: dmic: Add optional wakeup delay")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/dmic.c