summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_conexant.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-30ALSA: hda/conexant - Use generic parser for Toshiba P105Takashi Iwai1-1/+12
2014-01-30ALSA: hda/conexant - Apply the amp cap override for CX20549 mixerTakashi Iwai1-0/+36
2014-01-30ALSA: hda/conexant - Re-implement OLPC XO workarounds via fixupTakashi Iwai1-374/+269
2014-01-30ALSA: hda - Add fixup name lookup for CX5051 and 5066 codecsTakashi Iwai1-2/+19
2014-01-08ALSA: hda - Split Thinkpad ACPI-related codeTakashi Iwai1-97/+3
2013-12-20ALSA: hda - Fix wrong <acpi/acpi.h> inclusion in Thinkpad ACPI users.Lv Zheng1-1/+1
2013-12-06ALSA: hda - Remove quirk for Dell Vostro 131David Henningsson1-1/+0
2013-11-27ALSA: hda - Enable mute/mic-mute LEDs for more Thinkpads with Conexant codecHui Wang1-0/+23
2013-11-07ALSA: hda - Add support for CX20952Takashi Iwai1-0/+3
2013-10-17ALSA: hda - add connection to thinkpad_acpi to control mute/micmute LEDsDavid Henningsson1-2/+90
2013-09-30ALSA: hda - Fix GPIO for Acer Aspire 3830TGTakashi Iwai1-0/+11
2013-07-16ALSA: hda - Headphone mic support for an Asus/Conexant deviceDavid Henningsson1-1/+78
2013-06-20ALSA: hda - Make Thinkpad X220-tablet use generic parserDavid Henningsson1-1/+1
2013-05-04ALSA: hda - Fix 3.9 regression of EAPD init on Conexant codecsTakashi Iwai1-3/+14
2013-04-29ALSA: hda - Move Thinkpad X220 to use auto parserDavid Henningsson1-1/+1
2013-03-18ALSA: hda - Move beep attach/detach calls in hda_generic.cTakashi Iwai1-11/+7
2013-03-18Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+11
2013-03-18ALSA: hda/cirrus - Fix the digital beep registrationTakashi Iwai1-4/+4
2013-03-18ALSA: hda - Fix missing beep detach in patch_conexant.cTakashi Iwai1-1/+7
2013-03-13ALSA: hda - Don't apply EAPD power filter as defaultTakashi Iwai1-1/+0
2013-02-14ALSA: hda - Remove speaker clicks on CX20549David Henningsson1-0/+1
2013-01-24ALSA: hda - Add power state filteringTakashi Iwai1-1/+1
2013-01-23Merge branch 'topic/hda-gen-parser' into for-nextTakashi Iwai1-1275/+100
2013-01-21ALSA: hda - Add Conexant CX20755/20756/20757 codec IDsTakashi Iwai1-0/+9
2013-01-18ALSA: hda/conexant - Set mixer NID 0x19 for CX20551 codecTakashi Iwai1-0/+7
2013-01-12ALSA: hda - Rearrange for dropping static quirk codes in Coexant driverTakashi Iwai1-43/+57
2013-01-12ALSA: hda - Use generic parser in Conexant codec driverTakashi Iwai1-1253/+61
2013-01-12ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai1-5/+1
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