diff options
author | Ian Minett <ian_minett@creativelabs.com> | 2011-06-15 18:35:17 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-21 01:31:25 -0400 |
commit | 95c6e9cb774979c270f0ecb9ec819d02592ec89f (patch) | |
tree | b7a453023214c825a73ff6d89b6225ed5fd0e739 /sound/pci/hda/Makefile | |
parent | 5f4b36d64d1f1ba1da46bee3ec4f0519dfaf68e6 (diff) |
ALSA: hda - Add Creative CA0132 HDA codec support
Create patch_ca0132.c, to add support for devices featuring the
Creative CA0132 HD-audio codec.
This driver implements :-
* 1 playback subdevice to headphone and speaker
* 2 capture subdevices:
i - Mic-in
ii- Line-in
* mixer device
Advanced DSP features are not yet included.
Developed and maintained by Creative Labs, Inc.
Signed-off-by: Ian Minett <ian_minett@creativelabs.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r-- | sound/pci/hda/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile index 17ef3658f34b..87365d5ea2a9 100644 --- a/sound/pci/hda/Makefile +++ b/sound/pci/hda/Makefile | |||
@@ -13,6 +13,7 @@ snd-hda-codec-idt-objs := patch_sigmatel.o | |||
13 | snd-hda-codec-si3054-objs := patch_si3054.o | 13 | snd-hda-codec-si3054-objs := patch_si3054.o |
14 | snd-hda-codec-cirrus-objs := patch_cirrus.o | 14 | snd-hda-codec-cirrus-objs := patch_cirrus.o |
15 | snd-hda-codec-ca0110-objs := patch_ca0110.o | 15 | snd-hda-codec-ca0110-objs := patch_ca0110.o |
16 | snd-hda-codec-ca0132-objs := patch_ca0132.o | ||
16 | snd-hda-codec-conexant-objs := patch_conexant.o | 17 | snd-hda-codec-conexant-objs := patch_conexant.o |
17 | snd-hda-codec-via-objs := patch_via.o | 18 | snd-hda-codec-via-objs := patch_via.o |
18 | snd-hda-codec-hdmi-objs := patch_hdmi.o hda_eld.o | 19 | snd-hda-codec-hdmi-objs := patch_hdmi.o hda_eld.o |
@@ -42,6 +43,9 @@ endif | |||
42 | ifdef CONFIG_SND_HDA_CODEC_CA0110 | 43 | ifdef CONFIG_SND_HDA_CODEC_CA0110 |
43 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-ca0110.o | 44 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-ca0110.o |
44 | endif | 45 | endif |
46 | ifdef CONFIG_SND_HDA_CODEC_CA0132 | ||
47 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-ca0132.o | ||
48 | endif | ||
45 | ifdef CONFIG_SND_HDA_CODEC_CONEXANT | 49 | ifdef CONFIG_SND_HDA_CODEC_CONEXANT |
46 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-conexant.o | 50 | obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-conexant.o |
47 | endif | 51 | endif |