diff options
author | Frank Mandarino <fmandarino@endrelia.com> | 2006-11-24 09:49:39 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:01:56 -0500 |
commit | 9f0ac6e1a8677ac509821f4ff0c77d39b1d63125 (patch) | |
tree | f3e48e71bc77dbe85c5d582b06bb780842226771 /sound/soc/at91/Makefile | |
parent | a9e996604f77be6f1f4deb0eb1cc2652000054f1 (diff) |
[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: 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>
Diffstat (limited to 'sound/soc/at91/Makefile')
-rw-r--r-- | sound/soc/at91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/at91/Makefile b/sound/soc/at91/Makefile index eb12ea2d1944..b77b01ab2028 100644 --- a/sound/soc/at91/Makefile +++ b/sound/soc/at91/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # AT91 Platform Support | 1 | # AT91 Platform Support |
2 | snd-soc-at91-objs := at91rm9200-pcm.o | 2 | snd-soc-at91-objs := at91-pcm.o |
3 | snd-soc-at91-i2s-objs := at91rm9200-i2s.o | 3 | snd-soc-at91-i2s-objs := at91-i2s.o |
4 | 4 | ||
5 | obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o | 5 | obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o |
6 | obj-$(CONFIG_SND_AT91_SOC_I2S) += snd-soc-at91-i2s.o | 6 | obj-$(CONFIG_SND_AT91_SOC_I2S) += snd-soc-at91-i2s.o |