remarkable-linux/drivers/staging/go7007
Takashi Iwai 27dee52dfb go7007 - Add missing dependency on sound subsystem
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>
2008-10-20 14:52:16 +02:00
..
go7007-driver.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
go7007-fw.c
go7007-i2c.c
go7007-priv.h
go7007-usb.c
go7007-v4l2.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
go7007.h
Kconfig go7007 - Add missing dependency on sound subsystem 2008-10-20 14:52:16 +02:00
Makefile
README
saa7134-go7007.c
snd-go7007.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-i2c.h
wis-ov7640.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-saa7113.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-saa7115.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-sony-tuner.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-tw2804.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-tw9903.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00
wis-uda1342.c Staging: go7007 v4l fixes 2008-10-10 15:31:11 -07:00

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups
	- lots of little modules, should be merged together
	  and added to the build.
	- testing?
	- handle churn in v4l layer.

Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
Cohen <rcohen@snurgle.org> as well.