aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_conexant.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-21ALSA: hda - Add Conexant CX20755/20756/20757 codec IDsTakashi Iwai1-0/+9
2013-01-09Revert "ALSA: hda - Shut up pins at power-saving mode with Conexnat codecs"David Henningsson1-16/+0
2012-12-12ALSA: hda - Add stereo-dmic fixup for Acer Aspire One 522Takashi Iwai1-0/+1
2012-11-30ALSA: hda - Add a helper function for simple enum kcontrolsTakashi Iwai1-18/+3
2012-11-08ALSA: hda - Apply a proper chmap for built-in 2.1 speakersTakashi Iwai1-0/+5
2012-11-08ALSA: hda - Give standard "Bass Speaker" mixer for 2.1 speakersTakashi Iwai1-3/+25
2012-10-15ALSA: HDA: Make hda sound card usable for LoongsonHuacai Chen1-0/+44
2012-10-06ALSA: hda - fix indices on boost volume on ConexantDavid Henningsson1-1/+1
2012-10-06ALSA: hda - Add inverted internal mic quirk for Lenovo IdeaPad U310Felix Kaechele1-0/+1
2012-10-06ALSA: hda - make Realtek/Sigmatel/Conexant use the generic unsol eventDavid Henningsson1-29/+15
2012-09-20ALSA: hda - use both input paths on Conexant auto parserDavid Henningsson1-4/+16
2012-09-19ALSA: hda - avoid non-standard "Docking" name in mixersDavid Henningsson1-2/+2
2012-08-30ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai1-3/+3
2012-08-22ALSA: hda - Call snd_hda_jack_report_sync() generically in hda_codec.cTakashi Iwai1-1/+0
2012-08-07ALSA: hda - remove redundant auto quirks for conexant 506xDavid Henningsson1-5/+0
2012-08-07ALSA: hda - remove quirk for Dell Vostro 1015David Henningsson1-1/+0
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai1-1/+1
2012-06-26ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsersTakashi Iwai1-1/+4
2012-06-21ALSA: HDA: Add inverted internal mic quirk for Lenovo S205David Henningsson1-0/+1
2012-06-13ALSA: hda - Don't forget to call init verbs added by fixup listTakashi Iwai1-1/+1
2012-05-12ALSA: hda/conexant - Correct vendor IDs for new codecsTakashi Iwai1-6/+9
2012-05-10ALSA: hda - Add Conexant CX20751/2/3/4 codec supportTakashi Iwai1-0/+6
2012-05-08ALSA: hda - Move up the fixup helper functions to the library moduleTakashi Iwai1-37/+25
2012-04-20ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai1-5/+4
2012-04-20ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai1-29/+15
2012-04-19Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-5/+30
2012-04-19Merge branch 'fix/cxt-stable' into fix/hdaTakashi Iwai1-5/+30
2012-04-19ALSA: hda/conexant - Set up the missing docking-station pinsTakashi Iwai1-3/+25
2012-04-19ALSA: hda/conexant - Don't set HP pin-control bit unconditionallyTakashi Iwai1-2/+7
2012-04-10ALSA: hda - Fix oops caused by recent commit "Fix internal mic for Lenovo Ide...David Henningsson1-1/+3
2012-04-07Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-1/+1
2012-04-07Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-67/+41
2012-04-07ALSA: hda - clean up CX20549 test mixer setupMichael Karcher1-21/+17
2012-04-07ALSA: hda - CX20549 doesn't need pin_amp_workaround.Michael Karcher1-2/+3
2012-04-07ALSA: hda - Remove CD control from model=benq for CX20549Michael Karcher1-5/+1
2012-04-07ALSA: hda - fix record volume controls of CX20459 ("Venice")Michael Karcher1-25/+6
2012-04-07ALSA: hda - Rename capture sources of CX20549 to match common conventionsMichael Karcher1-13/+13
2012-04-07ALSA: hda - Fix proc output for ADC amp values of CX20549Michael Karcher1-4/+4
2012-04-05ALSA: hda - Fix internal mic for Lenovo Ideapad U300sDavid Henningsson1-13/+75
2012-03-22Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-20/+102
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-13ALSA: hda - Add expose_enum_ctl flag to snd_hda_add_vmaster_hook()Takashi Iwai1-6/+15
2012-03-13ALSA: hda - Add "Mute-LED Mode" enum controlTakashi Iwai1-9/+8
2012-03-12ALSA: hda - Add EAPD control to Conexnat auto-parserTakashi Iwai1-4/+32
2012-03-02Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-2/+22
2012-03-02ALSA: hda - Kill hyphenated namesTakashi Iwai1-1/+1
2012-02-29ALSA: hda/conexant - Clear unsol events on unused pinsTakashi Iwai1-0/+45
2012-02-29ALSA: hda - Add a fake mute featureTakashi Iwai1-1/+21
2012-02-28ALSA: hda - Enable docking-station SPDIF for ThinkpadTakashi Iwai1-0/+1
2012-02-21Typos: change aditional to additional.Justin P. Mattock1-1/+1