kernel-ark/drivers/media/radio
Randy Dunlap dd7cdb883b ALSA: radio/sound/miro: fix build, cleanup depends/selects
miropcm20 uses ALSA (snd_) interfaces from the SND_MIRO
driver, so it should depend on SND.
(selecting SND_MIRO when CONFIG_SND is not enabled is a
problem.)

drivers/built-in.o: In function `vidioc_s_ctrl':
radio-miropcm20.c:(.text+0x227499): undefined reference to `snd_aci_cmd'
drivers/built-in.o: In function `vidioc_s_frequency':
radio-miropcm20.c:(.text+0x227574): undefined reference to `snd_aci_cmd'
radio-miropcm20.c:(.text+0x227588): undefined reference to `snd_aci_cmd'
drivers/built-in.o: In function `pcm20_init':
radio-miropcm20.c:(.init.text+0x2a784): undefined reference to `snd_aci_get_aci'

miropcm20 selects SND_MIRO but SND_ISA may be not enabled, so
also select SND_ISA so that the snd-miro driver will be built.
Otherwise there are missing symbols:

ERROR: "snd_opl4_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
ERROR: "snd_wss_pcm" [sound/isa/opti9xx/snd-miro.ko] undefined!
ERROR: "snd_wss_timer" [sound/isa/opti9xx/snd-miro.ko] undefined!
ERROR: "snd_wss_create" [sound/isa/opti9xx/snd-miro.ko] undefined!
ERROR: "snd_wss_mixer" [sound/isa/opti9xx/snd-miro.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-12-08 18:18:01 +01:00
..
si470x V4L/DVB (12417): I2C cleanups and version checks 2009-09-12 12:18:43 -03:00
dsbr100.c V4L/DVB (11957): dsbr100: change radio->muted to radio->status, update suspend/resume 2009-06-16 19:07:36 -03:00
Kconfig ALSA: radio/sound/miro: fix build, cleanup depends/selects 2009-12-08 18:18:01 +01:00
Makefile media/radio: New driver for the radio FM module on Miro PCM20 sound card 2009-11-27 13:26:23 +01:00
radio-aimslab.c
radio-aztech.c
radio-cadet.c headers: remove sched.h from poll.h 2009-10-04 15:05:10 -07:00
radio-gemtek-pci.c
radio-gemtek.c
radio-maestro.c V4L/DVB (11391): pci-isa radios: remove open and release functions 2009-04-06 21:44:30 -03:00
radio-maxiradio.c
radio-miropcm20.c media/radio: New driver for the radio FM module on Miro PCM20 sound card 2009-11-27 13:26:23 +01:00
radio-mr800.c trivial: fix typos "man[ae]g?ment" -> "management" 2009-09-21 15:14:56 +02:00
radio-rtrack2.c V4L/DVB (11391): pci-isa radios: remove open and release functions 2009-04-06 21:44:30 -03:00
radio-sf16fmi.c V4L/DVB (11677): radio-fm16: fix g_tuner. 2009-06-16 18:21:01 -03:00
radio-sf16fmr2.c V4L/DVB (11677): radio-fm16: fix g_tuner. 2009-06-16 18:21:01 -03:00
radio-si4713.c V4L/DVB (13029): radio-si4713: remove #include <linux/version.h> 2009-09-19 00:54:15 -03:00
radio-tea5764.c V4L/DVB (12109): radio-tea5764: fix incorrect rxsubchans value 2009-06-23 03:14:43 -03:00
radio-terratec.c
radio-trust.c
radio-typhoon.c
radio-zoltrix.c
si4713-i2c.c V4L/DVB (12612): si4713: simplify the code to remove a compiler warning. 2009-09-12 12:19:50 -03:00
si4713-i2c.h V4L/DVB (12552): FM TX: si4713: Add files to handle si4713 i2c device 2009-09-12 12:19:20 -03:00