At Tue, 12 Jan 2010 14:27:25 +0100, I wrote:
At Tue, 12 Jan 2010 13:20:02 +0000, Mark Brown wrote:
The following changes since your topic/asoc branch are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.34
Since they include (via the 2.6.33 merge) a merge of Linus' tree I've only included the changes that aren't already in your tree or mainline in the summary below, though it looks like the diffstat picked up some extra changes due to the way I tried to do that.
Pulled now. I'm going to check cross-build tests.
Other low-hanging fruits:
sound/soc/codecs/da7210.c:499: warning: 'da7210_i2c_remove' defined but not used sound/soc/codecs/tlv320dac33.c:1349: warning: 'dac33_i2c_remove' defined but not used sound/soc/codecs/tpa6130a2.c:483: warning: 'tpa6130a2_remove' defined but not used
Should be easily fixed by adding __devexit (and better with __devinit) properly.
Takashi