diff options
author | Marc Gonzalez | 2019-04-10 16:23:38 +0200 |
---|---|---|
committer | Mark Brown | 2019-04-10 17:07:59 +0100 |
commit | ac71317e6be01812cc0c54d8be6d3c1139c8380b (patch) | |
tree | dbc17e0d6f0381cda67b78868367dd62fa279207 /sound | |
parent | 70802487bb9145a4f8b26f5a11d0e7f83c25100a (diff) |
ASoC: wcd9335: Fix missing regmap requirement
wcd9335.c: undefined reference to 'devm_regmap_add_irq_chip'
Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 419114edfd57..667fc1d59e18 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1151,6 +1151,7 @@ config SND_SOC_WCD9335 tristate "WCD9335 Codec" depends on SLIMBUS select REGMAP_SLIMBUS + select REGMAP_IRQ help The WCD9335 is a standalone Hi-Fi audio CODEC IC, supports Qualcomm Technologies, Inc. (QTI) multimedia solutions, |