alistair23-linux/sound/soc/mid-x86
Joerg Roedel c45471eac2 ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c
The variable ret_val is used but not declared. This causes
the following compile error:

sound/soc/mid-x86/sst_platform.c: In function ‘sst_platform_open’:
sound/soc/mid-x86/sst_platform.c:274:2: error: ‘ret_val’ undeclared (first use in this function)
sound/soc/mid-x86/sst_platform.c:274:2: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [sound/soc/mid-x86/sst_platform.o] Error 1

Fix this.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-12-16 07:50:15 +01:00
..
Kconfig ASoC: sst_platform: fix the dsp driver interface 2011-12-05 14:02:31 +00:00
Makefile ASoC: mid-x86 - remove the flag in makefile 2011-01-10 11:36:02 +00:00
mfld_machine.c ASoC: Convert mid-x86 directory to module_platform_driver 2011-11-24 10:45:21 +00:00
sst_platform.c ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c 2011-12-16 07:50:15 +01:00
sst_platform.h ASoC: sst_platform: fix the dsp driver interface 2011-12-05 14:02:31 +00:00