mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
7177395fdd
This patch add AC97 support for ATMEL AT91, using the AVR32 code. While AVR is using a DMA, the AT91 chips are using a Peripheral Data Controller. Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 lines
484 B
Text
19 lines
484 B
Text
menu "Atmel devices (AVR32 and AT91)"
|
|
depends on AVR32 || ARCH_AT91
|
|
|
|
config SND_ATMEL_ABDAC
|
|
tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
|
|
select SND_PCM
|
|
depends on DW_DMAC && AVR32
|
|
help
|
|
ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
|
|
|
|
config SND_ATMEL_AC97C
|
|
tristate "Atmel AC97 Controller (AC97C) driver"
|
|
select SND_PCM
|
|
select SND_AC97_CODEC
|
|
depends on (DW_DMAC && AVR32) || ARCH_AT91
|
|
help
|
|
ALSA sound driver for the Atmel AC97 controller.
|
|
|
|
endmenu
|