Skip to content

Commit 7177395

Browse files
Sedji Gaouaoutiwai
Sedji Gaouaou
authored andcommitted
ALSA: AC97: add AC97 support for AT91.
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 <[email protected]> Acked-by: Liam Girdwood <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent ae76148 commit 7177395

File tree

2 files changed

+255
-86
lines changed

2 files changed

+255
-86
lines changed

sound/atmel/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config SND_ATMEL_AC97C
1212
tristate "Atmel AC97 Controller (AC97C) driver"
1313
select SND_PCM
1414
select SND_AC97_CODEC
15-
depends on DW_DMAC && AVR32
15+
depends on (DW_DMAC && AVR32) || ARCH_AT91
1616
help
1717
ALSA sound driver for the Atmel AC97 controller.
1818

0 commit comments

Comments
 (0)