summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Remove PCM mixer elements from Virtual Master of realtekRaymond Yau2011-05-201-2/+0
* ALSA: hda - Enable Realtek ALC269 codec input layer beepMadis Janson2011-05-191-0/+1
* ALSA: hda - Fix no sound after Windows boot with ALC269Kailang Yang2011-05-181-2/+9
* ALSA: hda - Add support of ALC221 / ALC276 codecsKailang Yang2011-05-181-0/+2
* ALSA: hda - Add support of ALC898/899 codecKailang Yang2011-05-181-0/+10
* ALSA: hda - Add dock-mic detection support to Realtek auto-parserTakashi Iwai2011-05-171-17/+65
* ALSA: hda - Check unsol-cap in is_jack_detectalbe()Takashi Iwai2011-05-171-1/+1
* ALSA: hda - Fix initialization of spec->automute_lines in patch_realtek.cTakashi Iwai2011-05-171-1/+1
* ALSA: hda - Use is_jack_detectable() helperTakashi Iwai2011-05-171-6/+3
* ALSA: hda - fix NULL-dereference in patch_realtekRaymond Yau2011-05-031-1/+1
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-05-021-2/+2
|\
| * ALSA: hda - Fix Realtek's chained fixup checksTakashi Iwai2011-05-021-2/+2
* | ALSA: hda - Constify fixup and other array data in patch_realtek.cTakashi Iwai2011-05-021-70/+70
* | ALSA: hda - Constify some API function argumentsTakashi Iwai2011-05-021-9/+9
* | ALSA: hda - Constify fixup and other array data in patch_realtek.cTakashi Iwai2011-05-021-503/+503
* | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-05-021-19/+11
|\ \ | |/
| * Revert "ALSA: hda - Fix pin-config of Gigabyte mobo"Takashi Iwai2011-05-021-18/+3
| * ALSA: HDA: Fix automute for Gateway NV79David Henningsson2011-04-291-0/+6
| * ALSA: hda: add beep quirk for Realtek 0x1043:831aDaniel Cordero2011-04-291-0/+1
| * Merge branch 'fix/hda' into for-linusTakashi Iwai2011-04-211-1/+24
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-04-101-1/+1
| |\ \
| * \ \ Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-2/+2
| |\ \ \
| | * | | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* | | | | ALSA: hda - Add Auto-Mute Mode enum for two-output casesTakashi Iwai2011-04-281-6/+26
* | | | | ALSA: hda - More line-out auto-mute support for RealtekTakashi Iwai2011-04-281-6/+9
* | | | | ALSA: hda - Add support for Line-Out automute to Realtek auto-parserTakashi Iwai2011-04-281-13/+133
* | | | | ALSA: hda - More reduction of redundant automute codes in Realtek parserTakashi Iwai2011-04-281-173/+49
* | | | | ALSA: hda - Consolidate auto-mute with master-switch for RealtekTakashi Iwai2011-04-281-224/+99
* | | | | ALSA: hda - Add support of line-out automute for RealtekTakashi Iwai2011-04-281-154/+120
* | | | | ALSA: hda - Add common automute support for mxier-amp on/off for ReatekTakashi Iwai2011-04-281-457/+194
* | | | | ALSA: hda - Consolidate default automute functions for RealtekTakashi Iwai2011-04-281-97/+163
* | | | | ALSA: hda - Add channel-mode support to Realtek auto-parserTakashi Iwai2011-04-271-20/+249
* | | | | ALSA: hda - Minor update for alc662-parser functionsTakashi Iwai2011-04-271-13/+25
* | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-04-261-1/+24
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ALSA: hda - Add a fix-up for Acer dmic with ALC271x codecTakashi Iwai2011-04-191-1/+24
| | |_|/ | |/| |
* | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-04-071-1/+1
|\ \ \ \ | |/ / /
| * | | ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)David Henningsson2011-04-071-1/+1
| |/ /
* | | ALSA: hda - Fix unused variable warning in patch_realtek.cTakashi Iwai2011-04-071-2/+0
* | | ALSA: hda - Remove superfluous inits for ALC662 auto-parserTakashi Iwai2011-04-071-30/+0
* | | ALSA: hda - Mute ADC as default in ALC882 and other auto-parsersTakashi Iwai2011-04-071-0/+5
* | | ALSA: hda - Unmute mixer dynamically in alc662 auto-parserTakashi Iwai2011-04-071-4/+11
* | | ALSA: hda - Rewrite alc269_suspend to alc269_shutupTakashi Iwai2011-04-071-12/+3
* | | ALSA: hda - Introduce shutup callback to Realtek spec structTakashi Iwai2011-04-071-0/+20
* | | ALSA: hda - Refactoring EAPD controlsTakashi Iwai2011-04-071-45/+30
* | | ALSA: hda - Split EAPD init to a separate array from alc662_init_verbsTakashi Iwai2011-04-071-12/+43
* | | ALSA: hda - Fix mix->DAC deduction for ALC892Takashi Iwai2011-04-061-13/+14
* | | ALSA: hda - Correct initial dac_nids for some ALC272-quirksTakashi Iwai2011-04-061-2/+2
* | | ALSA: hda - Fix alc662_dac_nid and change "6stack-dig" to "5stack-dig"Raymond Yau2011-04-061-3/+3
|/ /
* | ALSA: hda - Fix pin-config of Gigabyte moboTakashi Iwai2011-03-281-3/+18
|/
* ALSA: hda - Fix SPDIF out regression on ALC889Takashi Iwai2011-03-231-1/+1
OpenPOWER on IntegriCloud