Searched hist:"5 be55be58c3255cf0b19c936353d4f6cebc38e4a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio.c | diff 5be55be58c3255cf0b19c936353d4f6cebc38e4a Wed Jan 23 04:52:06 CST 2008 Randy Dunlap <randy.dunlap@oracle.com> [ALSA] fix cs5535 section mismatch
snd_cs5535audio_mixer() is only called by __devinit snd_cs5535audio_probe(), so the mixer function can also be __devinit. WARNING: vmlinux.o(.text+0xfdbba0): Section mismatch: reference to .init.data:ac97_quirks (between 'snd_cs5535audio_mixer' and 'process_bm0_irq')
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|