ALSA: ASoC - Fix DAI registration in s3c2443-ac97.c
authorTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 09:28:18 +0000 (10:28 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 11 Dec 2008 09:28:18 +0000 (10:28 +0100)
commit6de45d5d776d2a7e7a9adc8ea49d37fe1bd45fb2
treebd84017381c3c2bb183ad9d392e2c2fceffe6038
parent3b1228abc93f7ab0aa28c46341d6a0f7e2cade70
ALSA: ASoC - Fix DAI registration in s3c2443-ac97.c

Fixed the registration of dais in s3c2443-ac97.c.
  sound/soc/s3c24xx/s3c2443-ac97.c: In function 's3c2443_ac97_init':
  sound/soc/s3c24xx/s3c2443-ac97.c:401: warning: passing argument 1 of 'snd_soc_register_dai' from incompatible pointer type
  sound/soc/s3c24xx/s3c2443-ac97.c: In function 's3c2443_ac97_exit':
  sound/soc/s3c24xx/s3c2443-ac97.c:407: warning: passing argument 1 of 'snd_soc_unregister_dai' from incompatible pointer type

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/s3c24xx/s3c2443-ac97.c