projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9815746
)
ASoC: codecs: rk817: drop I2C dependencies
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Thu, 1 Sep 2022 10:14:58 +0000
(13:14 +0300)
committer
Mark Brown
<broonie@kernel.org>
Thu, 1 Sep 2022 10:56:25 +0000
(11:56 +0100)
The RK817 codec uses regmap API and not directly regmap I2C. It is the
parent MFD who uses and selects regmap I2C.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://lore.kernel.org/r/20220901101458.365354-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index 2fc37f4e061c25133502e2d3a4718029c2a1cf30..c7d83fe999e92f13a5c400410b870691b51a2526 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-1197,8
+1197,7
@@
config SND_SOC_RK3328
config SND_SOC_RK817
tristate "Rockchip RK817 audio CODEC"
- depends on MFD_RK808 || COMPILE_TEST && I2C
- select REGMAP_I2C
+ depends on MFD_RK808 || COMPILE_TEST
config SND_SOC_RL6231
tristate