1
0
Fork 0
alistair23-linux/sound/soc/txx9
Ralf Baechle 06132fdf63 ASoC: Fix txx9aclc.c build
552d1ef6b5 [ASoC: core - Optimise and refactor
pcm_new() to pass only rtd] breaks compilation of txx9aclc.c:

  CC [M]  sound/soc/txx9/txx9aclc.o
/home/ralf/src/linux/linux-mips/sound/soc/txx9/txx9aclc.c: In function 'txx9aclc_pcm_new':
/home/ralf/src/linux/linux-mips/sound/soc/txx9/txx9aclc.c:318:3: error: 'card' undeclared (first use in this function)
/home/ralf/src/linux/linux-mips/sound/soc/txx9/txx9aclc.c:318:3: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [sound/soc/txx9/txx9aclc.o] Error 1

Fixed by providing a definition for card.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-07-29 07:53:08 +02:00
..
Kconfig ASoC: Add TXx9 AC link controller driver (v3) 2009-05-19 19:54:28 +01:00
Makefile ASoC: Add TXx9 AC link controller driver (v3) 2009-05-19 19:54:28 +01:00
txx9aclc-ac97.c ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
txx9aclc-generic.c ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
txx9aclc.c ASoC: Fix txx9aclc.c build 2011-07-29 07:53:08 +02:00
txx9aclc.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00