aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_conexant.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15ALSA: hda - Make add_stereo_mix_input flag tristateTakashi Iwai1-2/+2
2014-11-13ALSA: hda - Add mute LED control for Lenovo Ideapad Z560Takashi Iwai1-0/+31
2014-10-07ALSA: hda - Add inverted internal mic for Asus Aspire 4830TDavid Henningsson1-0/+1
2014-10-06Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+1
2014-09-19ALSA: hda - Add fixup model name lookup for Lemote A1205Huacai Chen1-0/+1
2014-09-16ALSA: hda - Allow multiple callbacks for jackTakashi Iwai1-1/+2
2014-09-11Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+8
2014-09-03ALSA: hda - Add TLV_DB_SCALE_MUTE bit for relevant controlsTakashi Iwai1-6/+2
2014-09-01ALSA: hda - Fix digital mic on Acer Aspire 3830TGTakashi Iwai1-1/+8
2014-08-14ALSA: hda - Set TLV_DB_SCALE_MUTE bit for cx5051 vmasterTakashi Iwai1-0/+6
2014-06-25ALSA: hda - Remove the obsoleted static quirk codes from patch_conexant.cTakashi Iwai1-2622/+9
2014-02-28ALSA: hda - Fix registration of beep input deviceTakashi Iwai1-3/+1
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-16/+16
2014-02-15ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai1-1/+0
2014-02-12Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2014-02-10ALSA: hda - Move HDA_FIXUP_ACT_FREE call in snd_hda_gen_free()Takashi Iwai1-5/+1
2014-02-07ALSA: hda - Fix inconsistent Mic mute LEDTakashi Iwai1-1/+2
2014-01-30ALSA: hda/conexant - Disable static quirksTakashi Iwai1-1/+1
2014-01-30ALSA: hda/conexant - Enable stereo mix input for CX20549 and CX20551Takashi Iwai1-0/+2
2014-01-30ALSA: hda/conexant - Add analog loopback mixing to CX20549Takashi Iwai1-0/+1
2014-01-30ALSA: hda/conexant - Apply cap of mix amp volume on CX20551 codecTakashi Iwai1-0/+33
2014-01-30ALSA: hda/conexant - Use generic parser for HP 530Takashi Iwai1-41/+12
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