Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 1 | -0/+1 | |
Lots of sound drivers were getting module.h via the implicit presence of it in <linux/device.h> but we are going to clean that up. So fix up those users now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> | |||||
2011-06-21 | ALSA: hda - Fix a compile error in patch_ca0132.c for the recent SPDIF change | Takashi Iwai | 1 | -1/+2 | |
Signed-off-by: Takashi Iwai <tiwai@suse.de> | |||||
2011-06-21 | ALSA: hda - Add Creative CA0132 HDA codec support | Ian Minett | 1 | -0/+1096 | |
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> |