On Tue, Jun 03, 2014 at 12:17:44PM +0200, Takashi Iwai wrote:
Now I get a few build warnings that look really buggy:
sound/soc/omap/omap-twl4030.c:274:2: warning: initialization from incompatible p ointer type [enabled by default] sound/soc/omap/omap-twl4030.c:274:2: warning: (near initialization for 'omap_twl 4030_card.remove') [enabled by default]
sound/soc/omap/rx51.c:379:2: warning: initialization from incompatible pointer t ype [enabled by default] sound/soc/omap/rx51.c:379:2: warning: (near initialization for 'rx51_sound_card.remove') [enabled by default]
They come from Stephen's patch, commit e1d4d3c8 ASoC: free jack GPIOs before the sound card is freed
The argument for remove callback should be struct snd_soc_card *.
Mark, aren't any fixes queued in your tree yet?
No, not yet - I didn't have those drivers enabled in my config when I tested.