778b6e1b2d
Add support for the ATI RS600 HDMI audio device. It has a one-stream pure digital stereo codec that isn't handled by the generic codec support. Signed-off-by: Felix Kuehling <fkuehlin@ati.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
300 B
Makefile
8 lines
300 B
Makefile
snd-hda-intel-objs := hda_intel.o
|
|
snd-hda-codec-objs := hda_codec.o hda_generic.o patch_realtek.o patch_cmedia.o patch_analog.o patch_sigmatel.o patch_si3054.o patch_atihdmi.o
|
|
ifdef CONFIG_PROC_FS
|
|
snd-hda-codec-objs += hda_proc.o
|
|
endif
|
|
|
|
obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o
|