Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f0ac6e1 authored by Frank Mandarino's avatar Frank Mandarino Committed by Jaroslav Kysela
Browse files

[ALSA] Update AT91 ASoC driver for 2.6.19 kernel.



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: default avatarFrank Mandarino <fmandarino@endrelia.com>
Signed-off-by: default avatarLiam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent a9e99660
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# 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
+182 −224

File changed and moved.

Preview size limit exceeded, changes collapsed.

+101 −102

File changed and moved.

Preview size limit exceeded, changes collapsed.

+25 −29

File changed and moved.

Preview size limit exceeded, changes collapsed.

+51 −13

File changed.

Preview size limit exceeded, changes collapsed.