summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 - 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
2013-01-14ALSA: hda - Add capture_switch_hook to generic parserTakashi Iwai2-1/+18
2013-01-12ALSA: hda - Use generic parser for VIA codec driverTakashi Iwai2-2405/+206
2013-01-12ALSA: hda - Add generic parser support to Analog Device codec driverTakashi Iwai2-624/+292
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 Iwai2-1253/+62
2013-01-12ALSA: hda - Use generic parser for Cirrus codec driverTakashi Iwai2-1189/+99
2013-01-12ALSA: hda - Use generic parser for CA0110 codecTakashi Iwai2-473/+16
2013-01-12ALSA: hda - Use generic codec parser for C-Media codecsTakashi Iwai2-118/+47
2013-01-12ALSA: hda - Remove superfluous kconfig dependsTakashi Iwai1-3/+0
2013-01-12ALSA: hda - Allow user to give hints for codec parser behaviorTakashi Iwai2-0/+73
2013-01-12ALSA: hda - Add snd_hda_get_int_hint() helper functionTakashi Iwai3-18/+31
2013-01-12ALSA: hda - Protect user-defined arrays via mutexTakashi Iwai4-21/+65
2013-01-12ALSA: hda/realtek - Generic mute LED implementation for HP laptopsTakashi Iwai1-28/+48
2013-01-12ALSA: hda/realtek - Fix the timing for some fixupsTakashi Iwai1-3/+3
2013-01-12ALSA: hda/realtek - Add a fixup for FSC S7020 laptopTakashi Iwai1-0/+17
2013-01-12ALSA: hda - Add output jack mode enum controlsTakashi Iwai2-0/+111
2013-01-12ALSA: hda - Update automute / automic upon jack retaskingTakashi Iwai1-0/+6
2013-01-12ALSA: hda - Add a new fixup type to override pinctl valuesTakashi Iwai3-9/+25
2013-01-12ALSA: hda/realtek - Read the cached pinctl value in fixupsTakashi Iwai1-6/+3
2013-01-12ALSA: hda/realtek - Drop aliases for old fixupsTakashi Iwai1-269/+252
2013-01-12ALSA: hda - Avoid auto-mute or auto-mic of retasked jacksTakashi Iwai1-1/+8
2013-01-12ALSA: hda - Manage current pinctl values in generic parserTakashi Iwai1-52/+85
2013-01-12ALSA: hda - More strict correction of invalid pinctl bitsTakashi Iwai2-14/+54
2013-01-12ALSA: hda - Add helper functions to cache the current pinctl targetTakashi Iwai3-2/+33
2013-01-12ALSA: hda - Clear the dropped paths properlyTakashi Iwai1-1/+15
2013-01-12ALSA: hda - Allow aamix as a capture sourceTakashi Iwai2-25/+45
2013-01-12ALSA: hda - Fix inconsistent input_paths after ADC reductionTakashi Iwai1-12/+22
2013-01-12ALSA: hda - Return "Headphone Mic" from hda_get_autocfg_input_label()Takashi Iwai2-4/+2
2013-01-12ALSA: hda - Exclude aamix from capture pathsTakashi Iwai1-6/+2
2013-01-12ALSA: hda - Add a flag to suppress mic auto-switchTakashi Iwai2-0/+4
2013-01-12ALSA: hda - Handle BOTH jack port as a fixed outputTakashi Iwai1-1/+2
2013-01-12ALSA: hda - Re-define snd_hda_parse_nid_path()Takashi Iwai2-57/+57
2013-01-12ALSA: hda - Manage input paths via path indicesTakashi Iwai2-26/+19
2013-01-12ALSA: hda - Fix multi-io channel mode managementTakashi Iwai2-32/+76
2013-01-12ALSA: hda - Don't set up active streams twiceTakashi Iwai1-2/+2
2013-01-12ALSA: hda - Remove unused dac reference in create_multi_out_ctls()Takashi Iwai1-4/+0
2013-01-12ALSA: hda - Use direct path reference in assign_out_path_ctls()Takashi Iwai1-12/+16
2013-01-12ALSA: hda - Clear path indices properly at each re-evaluationTakashi Iwai1-0/+10