diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-04-01 11:10:55 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-01 13:06:28 +0200 |
commit | 59564e117356d5bb6df6876c03d7d650361781c9 (patch) | |
tree | 0a8924dc11cefb099844e67401d5577ac4b77571 /sound/soc/soc-topology.c | |
parent | ASoC: dpcm: allow start or stop during pause for backend (diff) | |
download | linux-59564e117356d5bb6df6876c03d7d650361781c9.tar.xz linux-59564e117356d5bb6df6876c03d7d650361781c9.zip |
ASoC: rt5682: Fix build error without CONFIG_I2C
If I2C is n but SoundWire is m, building fails:
sound/soc/codecs/rt5682.c:3716:1: warning: data definition has no type or storage class
module_i2c_driver(rt5682_i2c_driver);
^~~~~~~~~~~~~~~~~
sound/soc/codecs/rt5682.c:3716:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
sound/soc/codecs/rt5682.c:3716:1: warning: parameter names (without types) in function declaration
Guard this use #ifdef CONFIG_I2C.
Fixes: 5549ea647997 ("ASoC: rt5682: fix unmet dependencies")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200401091055.34112-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions