summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - fix format type mismatch in sound/pci/hda/patch_sigmatel.cToralf Förster2014-05-211-2/+2
* ALSA: hda/sigmatel - Allow auto-switching for dock line-in of HP laptopsTakashi Iwai2014-02-271-0/+3
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-6/+6
* ALSA: hda - Add a fixup for HP Folio 13 mute LEDTakashi Iwai2014-02-251-0/+20
* ALSA: hda - Enable front audio jacks on one HP desktop modelHui Wang2014-02-201-0/+13
* ALSA: hda - Fix inconsistent Mic mute LEDTakashi Iwai2014-02-071-10/+17
* ALSA: hda - Apply codec power_filter to FG nodesTakashi Iwai2014-01-131-24/+12Star
* ALSA: hda - Drop bus->avoid_link_reset flagTakashi Iwai2013-11-261-1/+2
* ALSA: hda - load EQ params into IDT codec on HP bNB13 systemsVitaliy Kulikov2013-11-151-1/+531
* ALSA: hda - Fix mute LED on HP laptops in runtime suspendTakashi Iwai2013-10-241-1/+3
* Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2013-08-231-6/+8
|\
| * ALSA: hda - Fix missing fixup for Mac Mini with STAC9221Takashi Iwai2013-08-021-0/+1
| * ALSA: hda - Remove NO_PRESENCE bit override for Dell 1420n LaptopTakashi Iwai2013-07-191-1/+1
| * ALSA: hda - Fix EAPD GPIO control for Sigmatel codecsTakashi Iwai2013-07-191-5/+6
* | ALSA: hda - Remove analog mic pin override from STAC9228 dell-bios quirkTakashi Iwai2013-07-291-2/+12
|/
* ALSA: hda - Remove superfluous stac_resume()Takashi Iwai2013-06-251-10/+0Star
* ALSA: hda - Enable mic-mute LED on more HP laptopsTakashi Iwai2013-05-281-0/+4
* ALSA: hda - Enable "Headset Mic" name for some Dell Latitude devicesDavid Henningsson2013-03-211-1/+5
* ALSA: hda - Move beep attach/detach calls in hda_generic.cTakashi Iwai2013-03-181-23/+9Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-03-181-0/+29
|\
| * ALSA: hda - Disable IDT eapd_switch if there are no internal speakersDavid Henningsson2013-03-141-0/+29
* | ALSA: hda - Don't apply EAPD power filter as defaultTakashi Iwai2013-03-131-0/+1
|/
* ALSA: hda - Apply mic-mute LED fixup for new HP laptopsTakashi Iwai2013-02-061-0/+2
* ALSA: hda - add support for IDT 92HD95 HDA codecVitaliy Kulikov2013-02-011-0/+39
* ALSA: hda - Fix powermap for external mics on IDT codecsDavid Henningsson2013-01-281-0/+8
* ALSA: hda - Enable power down of unused widgets for IDT codecsTakashi Iwai2013-01-241-8/+3Star
* ALSA: hda - Add power state filteringTakashi Iwai2013-01-241-1/+1
* ALSA: hda - Revive SPDIF mux for IDT/STAC codecsTakashi Iwai2013-01-221-0/+101
* ALSA: hda - Add aamix NID to IDT 92HD codecsTakashi Iwai2013-01-211-0/+3
* ALSA: hda - Remove superfluous header inclusionsTakashi Iwai2013-01-211-1/+0Star
* ALSA: hda/sigmatel - Add bass speaker support for HP ENVY Spectre XTTakashi Iwai2013-01-181-0/+11
* ALSA: hda - Consolidate cap_sync_hook and capture_switch_hookTakashi Iwai2013-01-181-3/+9
* ALSA: hda - Use generic parser for STAC/IDT codec driverTakashi Iwai2013-01-171-3951/+768Star
* ALSA: hda - Minor cleanup/fixes for patch_sigmatel.c fixup transitionTakashi Iwai2013-01-171-27/+13Star
* ALSA: hda/sigmatel - Remove superfluous fields from sigmatel_specTakashi Iwai2013-01-151-1/+0Star
* ALSA: hda/sigmatel - Move w/a for HP Mini 110 LED to fixup tableTakashi Iwai2013-01-151-7/+5Star
* ALSA: hda/sigmatel - Remove PCI id check in find_mute_led_cfg()Takashi Iwai2013-01-151-43/+40Star
* ALSA: hda - Use standard fixup table for IDT92HD83xxxTakashi Iwai2013-01-151-150/+248
* ALSA: hda - Use standard fixup table for IDT92HD73xxTakashi Iwai2013-01-151-113/+218
* ALSA: hda - Use standard fixup table for IDT92HD71BxxTakashi Iwai2013-01-151-169/+312
* ALSA: hda - Use standard fixup table for STAC927xTakashi Iwai2013-01-151-120/+235
* ALSA: hda - Use standard fixup table for STAC922xTakashi Iwai2013-01-151-171/+312
* ALSA: hda - Use standard fixup table for STAC9205Takashi Iwai2013-01-141-83/+154
* ALSA: hda - Use standard fixup table for STAC9872Takashi Iwai2013-01-141-21/+28
* ALSA: hda - Use standard fixup table for STAC925xTakashi Iwai2013-01-141-85/+141
* ALSA: hda - Use standard fixup table for STAC9200Takashi Iwai2013-01-141-104/+265
* ALSA: hda - Add snd_hda_get_int_hint() helper functionTakashi Iwai2013-01-121-18/+4Star
* ALSA: hda - Protect user-defined arrays via mutexTakashi Iwai2013-01-121-0/+5
* ALSA: hda - Fix pin configuration of HP Pavilion dv7Takashi Iwai2012-12-131-1/+1
* ALSA: hda - Call snd_array_init() early and only onceTakashi Iwai2012-11-281-65/+63Star