16dab54b8c
ARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS MIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver SPARC cs4231 driver,SPARC DBRI driver - Added snd_card_set_generic_dev() call. - Added SND_GENERIC_DRIVER to Kconfig. - Clean up the error path in probe if necessary. Signed-off-by: Takashi Iwai <tiwai@suse.de>
25 lines
561 B
Plaintext
25 lines
561 B
Plaintext
# ALSA PowerMac drivers
|
|
|
|
menu "ALSA PowerMac devices"
|
|
depends on SND!=n && PPC
|
|
|
|
comment "ALSA PowerMac requires I2C"
|
|
depends on SND && I2C=n
|
|
|
|
comment "ALSA PowerMac requires INPUT"
|
|
depends on SND && INPUT=n
|
|
|
|
config SND_POWERMAC
|
|
tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
|
|
depends on SND && I2C && INPUT && PPC_PMAC
|
|
select SND_PCM
|
|
select SND_GENERIC_DRIVER
|
|
help
|
|
Say Y here to include support for the integrated sound device.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called snd-powermac.
|
|
|
|
endmenu
|
|
|