]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
go7007 - Add missing dependency on sound subsystem
authorTakashi Iwai <tiwai@suse.de>
Mon, 20 Oct 2008 12:52:16 +0000 (14:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Oct 2008 12:52:16 +0000 (14:52 +0200)
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>

No differences found