Searched hist:"4 a5cf1320a9501261919cf96af300b1df3ad0210" (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | uda1380.c | diff 4a5cf1320a9501261919cf96af300b1df3ad0210 Thu Nov 17 02:12:30 CET 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)
uda1380 driver doesn't work without CONFIG_I2C anyway. Let's remove #if IS_ENABLED(CONFIG_I2C), and use module_i2c_driver().
And, this patch adds "depends on I2C" to Kconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | Kconfig | diff 4a5cf1320a9501261919cf96af300b1df3ad0210 Thu Nov 17 02:12:30 CET 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)
uda1380 driver doesn't work without CONFIG_I2C anyway. Let's remove #if IS_ENABLED(CONFIG_I2C), and use module_i2c_driver().
And, this patch adds "depends on I2C" to Kconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|