summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - add quirk for STAC92xx (SigmaTel STAC9205)Simos Xenitellis2009-06-101-0/+3
* ALSA: hda - Limit codec-verb retry to limited hardwaresTakashi Iwai2009-06-021-0/+9
* ALSA: hda - Jack Mode changes for Sigmatel boardsNickolas Lloyd2009-06-011-79/+140
* ALSA: hda - Fix reverted LED setup for HPTakashi Iwai2009-05-301-2/+2
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-05-261-0/+10
|\
| * ALSA: hda - Add 5stack-no-fp model for STAC927xTakashi Iwai2009-05-241-0/+10
* | ALSA: hda - Minor clean up of patch_sigmatel.cTakashi Iwai2009-05-261-32/+16
* | ALSA: hda - Fix digital beep tone calculationTakashi Iwai2009-05-191-0/+2
* | ALSA: hda - add controls to toggle DC bias on mic portsNickolas Lloyd2009-05-151-4/+107
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-05-081-1/+6
|\ \ | |/
| * ALSA: hda - Fix line-in on Mac Mini Core2 DuoTakashi Iwai2009-05-081-1/+6
* | ALSA: hda - Addition for HP dv4-1222nr laptop supportJames Gardiner2009-05-041-6/+38
|/
* ALSA: hda - Fix headphone-detection on some machines with STAC/IDT codecsTakashi Iwai2009-04-161-5/+5
* ALSA: hda - Avoid call of snd_jack_report at releaseTakashi Iwai2009-04-141-5/+22
* ALSA: hda - Add VREF powerdown sequence for another boardMatthew Ranostay2009-04-071-0/+18
* ALSA: Add 92HD81B1C device idMatthew Ranostay2009-04-061-0/+2
* ALSA: hda - Use cached calls to get widget caps and pin capsTakashi Iwai2009-03-231-2/+1
* ALSA: hda - Cache pin-cap valuesTakashi Iwai2009-03-231-4/+3
* ALSA: hda - Add another HP model with IDT92HD71bx codecTakashi Iwai2009-03-131-0/+2
* ALSA: hda - Add model=vaio for STAC9872Takashi Iwai2009-03-121-2/+31
* ALSA: hda - Fix coding style issues in last two patchesTakashi Iwai2009-03-101-13/+13
* ALSA: hda - Rework on patch_sigmatel.c for HP HDX16/HDX18Christoph Plattner2009-03-101-15/+15
* ALSA: hda - Added HP HDX16/HDX18 notebook support for HDA codecs (82HD71)Christoph Plattner2009-03-101-0/+57
* ALSA: hda - Assign HP and speaker DACs before mic/line-inTakashi Iwai2009-03-061-20/+20
* ALSA: hda - Connect to primary DAC if no individual DAC is availableTakashi Iwai2009-03-061-0/+10
* ALSA: hda - Create multiple HP / speaker controls with indexTakashi Iwai2009-03-061-19/+14
* ALSA: hda - Create output controls according to pin types for IDT/STACTakashi Iwai2009-03-061-69/+72
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-03-061-2/+4
|\
| * ALSA: hda - Fix headphone-detect regression with multiple HP jacksTakashi Iwai2009-03-061-0/+2
| * ALSA: hda - Fix typos in slave controls in patch_sigmatel.cTakashi Iwai2009-03-061-2/+2
* | ALSA: hda - Add more hint options for IDT/Sigmatel codecsTakashi Iwai2009-03-021-0/+33
* | ALSA: hda - Create "Analog Loopback" controls optionallyTakashi Iwai2009-03-021-13/+43
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-02-271-1/+1
|\ \ | |/
| * ALSA: hda - Fix digital mic on dell-m4-1 and dell-m4-3Takashi Iwai2009-02-271-1/+1
* | ALSA: hda - Add model=auto for STAC/IDT codecsTakashi Iwai2009-02-261-0/+16
* | ALSA: hda - Remove IDT codec-specific pin save/restore functionsTakashi Iwai2009-02-201-190/+65
* | ALSA: hda - Cleanup IDT92HD7x HP quirksTakashi Iwai2009-02-161-15/+5
* | ALSA: hda - Fix speaker output on HP DV4 1155-SEHerton Ronaldo Krzesinski2009-02-161-0/+6
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-02-131-1/+10
|\ \ | |/
| * ALSA: hda - Add snd_hda_multi_out_dig_cleanup()Takashi Iwai2009-02-131-1/+10
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-02-131-1/+1
|\ \ | |/
| * ALSA: hda - Change HP dv7 (103c:30f4) quirk from hp-m4 to hp-dv5 modelHerton Ronaldo Krzesinski2009-02-131-1/+1
* | ALSA: hda: Add STAC_DELL_S14 quirkMatthew Ranostay2009-02-131-17/+35
* | ALSA: hda - Cleanup setting of pin_configs in patch_stac927xHerton Ronaldo Krzesinski2009-02-121-4/+3
* | ALSA: hda - Detect multiple digital-out pinsTakashi Iwai2009-02-121-5/+5
* | ALSA: hda - Clean up quirk listsTakashi Iwai2009-02-091-52/+9
* | ALSA: hda - Don't touch non-existent port f on 4-port 92hd71bxx codecsHerton Ronaldo Krzesinski2009-02-091-0/+2
* | ALSA: hda - Bind new ecs mobo id (1019:2950) to model=ecs202Herton Ronaldo Krzesinski2009-02-091-0/+2
* | ALSA: hda: Added stac378x digital slave out structMatthew Ranostay2009-02-051-0/+5
* | ALSA: hda - Don't call stac92xx_parse_auto_config with wrong dig_inHerton Ronaldo Krzesinski2009-02-051-1/+1
OpenPOWER on IntegriCloud