ASoC: Fix wrong argument for card remove callbacks
The commit [e1d4d3c8: ASoC: free jack GPIOs before the sound card is freed] introduced snd_soc_card remove callbacks to a few drivers, but they are implemented with a wrong argument type. The callback should receive snd_soc_card pointer instead of snd_soc_pcm_runtime. Fixes: e1d4d3c8 ('ASoC: free jack GPIOs before the sound card is freed') Acked-by:Mark Brown <broonie@linaro.org> Signed-off-by:
Takashi Iwai <tiwai@suse.de>
Showing
- sound/soc/omap/ams-delta.c 1 addition, 1 deletionsound/soc/omap/ams-delta.c
- sound/soc/omap/omap-twl4030.c 1 addition, 2 deletionssound/soc/omap/omap-twl4030.c
- sound/soc/omap/rx51.c 1 addition, 1 deletionsound/soc/omap/rx51.c
- sound/soc/pxa/hx4700.c 1 addition, 1 deletionsound/soc/pxa/hx4700.c
- sound/soc/samsung/h1940_uda1380.c 1 addition, 1 deletionsound/soc/samsung/h1940_uda1380.c
- sound/soc/samsung/rx1950_uda1380.c 2 additions, 2 deletionssound/soc/samsung/rx1950_uda1380.c
- sound/soc/samsung/smartq_wm8987.c 1 addition, 1 deletionsound/soc/samsung/smartq_wm8987.c
Loading
Please register or sign in to comment