Skip to content

Commit 020c526

Browse files
andy-shevtiwai
authored andcommitted
ALSA: atmel: Remove AVR32 bits from the driver
AVR32 is gone. Now it's time to clean up the driver by removing leftovers that was used by AVR32 related code. Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2ea659a commit 020c526

File tree

4 files changed

+74
-998
lines changed

4 files changed

+74
-998
lines changed

sound/atmel/Kconfig

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
menu "Atmel devices (AVR32 and AT91)"
2-
depends on AVR32 || ARCH_AT91
3-
4-
config SND_ATMEL_ABDAC
5-
tristate "Atmel Audio Bitstream DAC (ABDAC) driver"
6-
select SND_PCM
7-
depends on DW_DMAC && AVR32
8-
help
9-
ALSA sound driver for the Atmel Audio Bitstream DAC (ABDAC).
1+
menu "Atmel devices (AT91)"
2+
depends on ARCH_AT91
103

114
config SND_ATMEL_AC97C
125
tristate "Atmel AC97 Controller (AC97C) driver"
136
select SND_PCM
147
select SND_AC97_CODEC
15-
depends on (DW_DMAC && AVR32) || ARCH_AT91
8+
depends on ARCH_AT91
169
help
1710
ALSA sound driver for the Atmel AC97 controller.
1811

sound/atmel/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
snd-atmel-abdac-objs := abdac.o
21
snd-atmel-ac97c-objs := ac97c.o
32

4-
obj-$(CONFIG_SND_ATMEL_ABDAC) += snd-atmel-abdac.o
53
obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o

0 commit comments

Comments
 (0)