]> 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)
commit7b7740135cf5b2ac30165d351d0089f44f6df6e9
tree4a240cc882bad99436c321ec5089a435f3350a39
parent4cc467275f6be1bdf0021d863f5fc7d9d1ebd388
ASoC: dmic: don't use codec anymore

commit aa313ceaf503 ("ASoC: dmic: replace codec to component")
replaced codec to component, but
commit 4cc467275f6b ("ASoC: dmic: Add optional wakeup delay")
used codec again. This patch fix it up.

Fixes: 4cc467275f6b ("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