浏览代码

ALSA: Add Atmel ALSA drivers directory

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Hans-Christian Egtvedt 16 年之前
父节点
当前提交
6c7578bb0a
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      sound/Kconfig
  2. 1 1
      sound/Makefile

+ 2 - 0
sound/Kconfig

@@ -60,6 +60,8 @@ source "sound/aoa/Kconfig"
 
 
 source "sound/arm/Kconfig"
 source "sound/arm/Kconfig"
 
 
+source "sound/atmel/Kconfig"
+
 source "sound/spi/Kconfig"
 source "sound/spi/Kconfig"
 
 
 source "sound/mips/Kconfig"
 source "sound/mips/Kconfig"

+ 1 - 1
sound/Makefile

@@ -6,7 +6,7 @@ obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
 obj-$(CONFIG_SOUND_PRIME) += oss/
 obj-$(CONFIG_SOUND_PRIME) += oss/
 obj-$(CONFIG_DMASOUND) += oss/
 obj-$(CONFIG_DMASOUND) += oss/
 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
-	sparc/ spi/ parisc/ pcmcia/ mips/ soc/
+	sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/
 obj-$(CONFIG_SND_AOA) += aoa/
 obj-$(CONFIG_SND_AOA) += aoa/
 
 
 # This one must be compilable even if sound is configured out
 # This one must be compilable even if sound is configured out