summaryrefslogtreecommitdiff
path: root/sound/pci/hda
AgeCommit message (Expand)AuthorFilesLines
2013-01-18ALSA: hda - Correct more array rooms in hda_gen_specTakashi Iwai1-4/+4
2013-01-18ALSA: hda - Fix the wrong adc_idx for capture sourceTakashi Iwai1-2/+3
2013-01-18ALSA: hda - Don't add unnecessary indices on HDMI and SPDIFDavid Henningsson1-10/+16
2013-01-18ALSA: hda - don't compare with yourself in fill_input_pin_labelsDavid Henningsson1-1/+1
2013-01-18ALSA: hda - make sure there are enough input labels and pathsDavid Henningsson2-4/+4
2013-01-18ALSA: hda - Fix speaker pin of FSC Lifebook S7110 laptopTakashi Iwai1-1/+11
2013-01-18ALSA: hda - Add boost to line inputs, tooTakashi Iwai1-1/+1
2013-01-18ALSA: hda/sigmatel - Add bass speaker support for HP ENVY Spectre XTTakashi Iwai1-0/+11
2013-01-18ALSA: hda - Consolidate cap_sync_hook and capture_switch_hookTakashi Iwai4-33/+22
2013-01-18ALSA: hda - Fix missing call of capture_switch_hookTakashi Iwai1-15/+46
2013-01-18ALSA: hda - Look for boost controls more deeplyTakashi Iwai1-24/+77
2013-01-18ALSA: hda - Fix invalid mute in path activationTakashi Iwai1-18/+42
2013-01-18ALSA: hda - Unify input label creations in generic parserTakashi Iwai2-37/+56
2013-01-18ALSA: hda - Keep autocfg.input idx value in imux tableTakashi Iwai1-6/+14
2013-01-18ALSA: hda - Fix missing unsol event handler in some codec driversTakashi Iwai3-0/+3
2013-01-17ALSA: hda - Use generic parser for STAC/IDT codec driverTakashi Iwai2-3951/+769
2013-01-17Merge branch 'test/hda-gen-parser' into test/hda-migrateTakashi Iwai2-35/+315
2013-01-17ALSA: hda - Improve naming rule for primary outputTakashi Iwai1-17/+42
2013-01-17ALSA: hda - Add PCM capture hook to hda_gen_specTakashi Iwai2-1/+68
2013-01-17ALSA: hda - Record all detected ADCs in hda_gen_specTakashi Iwai2-1/+8
2013-01-17ALSA: hda - Move vmaster TLV parsing to snd_hda_gen_parse_auto_config()Takashi Iwai2-4/+5
2013-01-17ALSA: hda - Add input jack mode enum controls to generic parserTakashi Iwai2-0/+141
2013-01-17ALSA: hda - Minor cleanup/fixes for patch_sigmatel.c fixup transitionTakashi Iwai1-27/+13
2013-01-16ALSA: hda - Give more comments to hda_gen_spec flagsTakashi Iwai1-8/+19
2013-01-16ALSA: hda - Add suppress_auto_mute flag to hda_gen_specTakashi Iwai2-0/+7
2013-01-16ALSA: hda - Record the current speaker / LO mute status in hda_gen_specTakashi Iwai2-0/+4
2013-01-16ALSA: hda - Properly call automute/switch hooks at initTakashi Iwai1-6/+23
2013-01-16Merge branch 'test/hda-gen-parser' into test/hda-migrateTakashi Iwai5-16/+80
2013-01-16ALSA: hda - Make sure fill_all_dac_nids is called for digital only codecsDavid Henningsson1-2/+2
2013-01-16ALSA: hda - force different capture controls if amp caps differDavid Henningsson1-3/+21
2013-01-16ALSA: hda - do not add non-existing Mic boost controlsDavid Henningsson1-0/+3
2013-01-16ALSA: hda - initialize channel counts correctlyDavid Henningsson1-1/+1
2013-01-16ALSA: hda - fix wrong adc_idx in generic parserDavid Henningsson1-3/+3
2013-01-16ALSA: hda - Check array bounds in get_input_pathDavid Henningsson1-0/+8
2013-01-15ALSA: hda - Add prefer_hp_amp flag to hda_gen_specTakashi Iwai3-6/+16
2013-01-15ALSA: hda - fix OOPS in hda_mark_cmd_cache_dirtyDavid Henningsson1-1/+1
2013-01-15ALSA: hda/sigmatel - Remove superfluous fields from sigmatel_specTakashi Iwai1-1/+0
2013-01-15ALSA: hda/sigmatel - Move w/a for HP Mini 110 LED to fixup tableTakashi Iwai1-7/+5
2013-01-15ALSA: hda/sigmatel - Remove PCI id check in find_mute_led_cfg()Takashi Iwai1-43/+40
2013-01-15ALSA: hda - Use standard fixup table for IDT92HD83xxxTakashi Iwai1-150/+248
2013-01-15ALSA: hda - Use standard fixup table for IDT92HD73xxTakashi Iwai1-113/+218
2013-01-15ALSA: hda - Use standard fixup table for IDT92HD71BxxTakashi Iwai1-169/+312
2013-01-15ALSA: hda - Check pincap while parsing the configurationTakashi Iwai1-0/+25
2013-01-15ALSA: hda - Use standard fixup table for STAC927xTakashi Iwai1-120/+235
2013-01-15ALSA: hda - Use standard fixup table for STAC922xTakashi Iwai1-171/+312
2013-01-14ALSA: hda - Use standard fixup table for STAC9205Takashi Iwai1-83/+154
2013-01-14ALSA: hda - Use standard fixup table for STAC9872Takashi Iwai1-21/+28
2013-01-14ALSA: hda - Use standard fixup table for STAC925xTakashi Iwai1-85/+141
2013-01-14ALSA: hda - Use standard fixup table for STAC9200Takashi Iwai1-104/+265
2013-01-14Merge branch 'test/hda-gen-parser' into test/hda-migrateTakashi Iwai2-1/+18