Skip to content

Commit

Permalink
ALSA: AC97: add AC97 support for AT91.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sedji Gaouaou authored and Takashi Iwai committed Mar 25, 2010
1 parent ae76148 commit 7177395
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 86 deletions.
2 changes: 1 addition & 1 deletion sound/atmel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config SND_ATMEL_AC97C
tristate "Atmel AC97 Controller (AC97C) driver"
select SND_PCM
select SND_AC97_CODEC
depends on DW_DMAC && AVR32
depends on (DW_DMAC && AVR32) || ARCH_AT91
help
ALSA sound driver for the Atmel AC97 controller.

Expand Down
Loading

0 comments on commit 7177395

Please sign in to comment.