]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: sdm845: add rt5663 codec select
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Dec 2018 20:49:28 +0000 (21:49 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 11 Dec 2018 01:05:50 +0000 (01:05 +0000)
commite9dc919043c56dccedce93fe402e6c94423a70b0
treecaac8bb79611a1623cf5f96729932c00eb77b562
parent7f63196eaa83e033de523602324ff91288390a67
ASoC: sdm845: add rt5663 codec select

Calling into the codec driver adds a dependency on that being reachable
from the module:

ERROR: "rt5663_sel_asrc_clk_src" [sound/soc/qcom/snd-soc-sdm845.ko]
undefined!

Add the corresponding select statement, as it is done in the other user
(Intel).

Fixes: f7485875a687 ("ASoC: sdm845: Add configuration for headset codec")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/Kconfig