20 Nov
2007
20 Nov
'07
11:40 a.m.
At Tue, 20 Nov 2007 09:25:38 +0000, Mark Brown wrote:
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index e0675ef..8244107 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -2,6 +2,10 @@ config SND_SOC_AC97_CODEC tristate depends on SND_SOC
+config SND_SOC_AK4535
- tristate
- depends on SND_SOC
Unless you add another interface support, this driver seems only for I2C. Then let's add dependency on I2C (which will avoid a possible unresolved symbol error).
--- /dev/null +++ b/sound/soc/codecs/ak4535.c
ak4535.c has some obvious coding-style issues. Try to run scripts/checkpatch.pl and fix the reported parts.
Takashi