Skip to content

Commit

Permalink
[ALSA] ARM AACI primecell driver
Browse files Browse the repository at this point in the history
ARM,/arm/Makefile,ARM AACI PL041 driver
Add support for the ARM AACI Primecell, which provides an AC'97
based interface.  This driver only provides playback support.

This has been extensively tested with an LM4549 AC'97 codec.

Signed-off-by: Russell King <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Russell King authored and Jaroslav Kysela committed May 29, 2005
1 parent 9b9a5af commit cb5a6ff
Show file tree
Hide file tree
Showing 4 changed files with 1,223 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ config SND_SA11XX_UDA1341
To compile this driver as a module, choose M here: the module
will be called snd-sa11xx-uda1341.

config SND_ARMAACI
tristate "ARM PrimeCell PL041 AC Link support"
depends on SND && ARM_AMBA
select SND_PCM
select SND_AC97_CODEC

endmenu

3 changes: 3 additions & 0 deletions sound/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ snd-sa11xx-uda1341-objs := sa11xx-uda1341.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o

obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
snd-aaci-objs := aaci.o devdma.o
Loading

0 comments on commit cb5a6ff

Please sign in to comment.