Skip to content

Commit

Permalink
[ALSA] Update AT91 ASoC driver for 2.6.19 kernel.
Browse files Browse the repository at this point in the history
Changes were required to support latest AT91 header files.
Also updated to remove AT91RM9200-specific code in the ASoC
platform drivers to support the AT91SAM9260 and AT91SAM9261
chips, but no testing was performed on these chips.

Signed-off-by: Frank Mandarino <fmandarino@endrelia.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Frank Mandarino authored and Jaroslav Kysela committed Feb 9, 2007
1 parent a9e9966 commit 9f0ac6e
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 370 deletions.
4 changes: 2 additions & 2 deletions sound/soc/at91/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AT91 Platform Support
snd-soc-at91-objs := at91rm9200-pcm.o
snd-soc-at91-i2s-objs := at91rm9200-i2s.o
snd-soc-at91-objs := at91-pcm.o
snd-soc-at91-i2s-objs := at91-i2s.o

obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o
obj-$(CONFIG_SND_AT91_SOC_I2S) += snd-soc-at91-i2s.o
Expand Down
Loading

0 comments on commit 9f0ac6e

Please sign in to comment.