diff options
author | Srinivasa Rao Mandadapu <[email protected]> | 2021-10-07 19:21:15 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-10-07 15:45:14 +0100 |
commit | 214174d9f56c7f81f4860a26b6b8b961a6b92654 (patch) | |
tree | bac5994b4e9fbe6f79d7b75ca3ef3381bbb38d94 | |
parent | 5af82c81b2c49cfb1cad84d9eb6eab0e3d1c4842 (diff) |
ASoC: codec: wcd938x: Add irq config support
This patch fixes compilation error in wcd98x codec driver.
Fixes: 045442228868 ("ASoC: codecs: wcd938x: add audio routing and Kconfig")
Signed-off-by: Venkata Prasad Potturu <[email protected]>
Signed-off-by: Srinivasa Rao Mandadapu <[email protected]>
Reviewed-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 82ee233a269d..216cea04ad70 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1583,6 +1583,7 @@ config SND_SOC_WCD938X_SDW tristate "WCD9380/WCD9385 Codec - SDW" select SND_SOC_WCD938X select SND_SOC_WCD_MBHC + select REGMAP_IRQ depends on SOUNDWIRE select REGMAP_SOUNDWIRE help |