mirror of
https://github.com/torvalds/linux.git
synced 2026-06-27 00:24:51 +02:00
The dependency on the sound system is missing for go7007 driver, which resulted in missing symbols like drivers/built-in.o: In function `go7007_snd_remove': : undefined reference to `snd_card_disconnect' drivers/built-in.o: In function `go7007_snd_remove': : undefined reference to `snd_card_free_when_closed' ... This patch adds the dependency on CONFIG_SND, and selects CONFIG_SND_PCM properly. Signed-off-by: Takashi Iwai <tiwai@suse.de> Tested-by: Ingo Molnar <mingo@elte.hu> Cc: Ross Cohen <rcohen@snurgle.org> Cc: Greg Kroah-Hartman <gregkh@suse.de> |
||
|---|---|---|
| .. | ||
| at76_usb | ||
| echo | ||
| et131x | ||
| go7007 | ||
| me4000 | ||
| slicoss | ||
| sxg | ||
| usbip | ||
| winbond | ||
| wlan-ng | ||
| Kconfig | ||
| Makefile | ||
| staging.c | ||