Searched hist:"363129 ea90e0835b8552b797714cd200f674e287" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | core.h | diff 363129ea90e0835b8552b797714cd200f674e287 Sat Oct 16 12:24:52 CDT 2010 Mike Frysinger <vapier@gentoo.org> ALSA: fix unused warnings with snd_power_get_state
If we compile the ASoC code with PM disabled, we hit stuff like: sound/soc/soc-dapm.c: In function 'snd_soc_dapm_suspend_check': sound/soc/soc-dapm.c:440: warning: unused variable 'codec'
So tweak the stub macro to avoid these issues.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|