]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: Intel: bytcr_rt5651: Actually honor the DMIC_EN quirk if specified
authorHans de Goede <hdegoede@redhat.com>
Sun, 4 Mar 2018 14:36:00 +0000 (15:36 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 7 Mar 2018 14:17:52 +0000 (14:17 +0000)
commitc2f26938d2a456dcf429385617e58cfd510a64a8
tree5ab7eca0b56049c8da95a974ca409d10aec6096e
parent46058aeb6b10ab6620caa25984a3a4ee37d0fd56
ASoC: Intel: bytcr_rt5651: Actually honor the DMIC_EN quirk if specified

Before this commit it was possible to set the DMIC_EN quirk in the machine
driver, but it would never be passed to the codec driver so it was a nop.

This commit adds code to actually pass the quirk to the codec driver.

Since the DMIC_EN quirk was ignored before, this commit removes it from
the default quirk settings, to avoid this causing an unexpected functional
change. If we really want the DMIC_EN behavior anywhere it should be
specifically enabled by follow up commits.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcr_rt5651.c