summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-11-092-1/+11
|\
| * ALSA: hda - fix internal mic on Dell Vostro 3500 laptopJulian Wollrath2011-11-091-0/+11
| * ALSA: HDA: Remove quirk for Toshiba T110David Henningsson2011-11-091-1/+0
* | ALSA: hda/realtek - Rewrite ALC882 model=vaio-tt with auto-parserTakashi Iwai2011-11-082-61/+24
* | ALSA: hda/realtek - Remove all ALC262-quirk codesTakashi Iwai2011-11-082-206/+7
* | ALSA: hda/realtek - Add the support of shared HP/MicTakashi Iwai2011-11-081-1/+64
* | ALSA: hda/realtek - Drop ALC262 model=basic static configsTakashi Iwai2011-11-082-126/+0
* | ALSA: hda/realtek - Drop ALC262 model=hippo static quirksTakashi Iwai2011-11-081-104/+0
* | ALSA: hda/realtek - Drop ALC262 model=hippo static quirksTakashi Iwai2011-11-081-63/+0
* | ALSA: hda/realtek - Convert ALC262 model=fujitsu to auto-parserTakashi Iwai2011-11-082-95/+2
* | ALSA: hda/realtek - Convert ALC262 benq and benq-t31 to fixup-listsTakashi Iwai2011-11-082-51/+20
* | ALSA: hda/realtek - Convert ALC262 lenovo-3000 quirks to fixup-listTakashi Iwai2011-11-082-63/+12
* | ALSA: hda/realtek - Drop ALC262 model=nec quirkTakashi Iwai2011-11-081-48/+0
* | ALSA: hda/realtek - Drop ALC262 model=toshiba-s06Takashi Iwai2011-11-081-52/+0
* | ALSA: hda/realtek - Convert ALC262 model=toshiba-rx1 to a fixup-listTakashi Iwai2011-11-082-46/+13
* | ALSA: hda/realtek - Convert alc262 model=tyan to a fixup-listTakashi Iwai2011-11-082-65/+15
|/
* ALSA: hda - Mute unused capture sources for Realtek codecsTakashi Iwai2011-11-081-6/+7
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0615-1/+15
|\
| * sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-313-0/+3
| * sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-10-3111-0/+11
| * sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* | ALSA: hda - Revert the check of NO_PRESENCE pincfg default bitTakashi Iwai2011-11-061-2/+5
* | ALSA: hda - Fix a regression for DMA-position check with CA0110Takashi Iwai2011-11-061-2/+2
* | ALSA: hda - Fix silent output regression with ALC861Takashi Iwai2011-11-061-0/+6
* | ALSA: hda/realtek - Skip invalid digital out pinsTakashi Iwai2011-11-031-5/+7
* | ALSA: hda/sigmatel - Automatically retrieve digital I/O widgetsCharles Chin2011-11-031-13/+26
* | ALSA: hda - Remove unused variablesTakashi Iwai2011-11-023-12/+1
* | ALSA: hda/realtek - Don't create alt-stream for capture when unnecessaryTakashi Iwai2011-11-021-2/+6
* | ALSA: hda - Add support for 92HD65 / 92HD66 family of codecsCharles Chin2011-11-021-1/+17
* | ALSA: hda - Disable power-widget control for IDT 92HD83/93 as defaultCharles Chin2011-11-021-19/+1
* | ALSA: hda - Check NO_PRESENCE pincfg default bitTakashi Iwai2011-11-021-0/+4
* | ALSA: hda_hwdep: Fix possible buffer overflowAlexander Stein2011-11-011-2/+0
|/
* ALSA: hda - Fix ADC input-amp handling for Cx20549 codecTakashi Iwai2011-10-271-2/+27
* ALSA: hda - Keep EAPD turned on for old Conexant chipsTakashi Iwai2011-10-271-21/+22
* ALSA: hda/realtek - Fix missing volume controls with ALC260Takashi Iwai2011-10-272-6/+39
* ALSA: hda - Fix pin-config for ASUS W90VTakashi Iwai2011-10-261-0/+9
* ALSA: hda - Fix surround/CLFE headphone and speaker pins orderTakashi Iwai2011-10-261-15/+24
* ALSA: HDA: Add new revision for ALC662David Henningsson2011-10-241-0/+2
* ALSA: hda/realtek - Fix DAC assignments of multiple speakersTakashi Iwai2011-10-211-2/+8
* Merge branch 'fix/hda' into topic/hdaTakashi Iwai2011-10-192-0/+2
|\
| * ALSA: HDA: conexant support for Lenovo T520/W520Daniel Suchy2011-10-181-0/+1
| * ALSA: hda - Add position_fix quirk for Dell Inspiron 1010Takashi Iwai2011-10-181-0/+1
* | ALSA: hda/realtek - Cache COEF 0 valueTakashi Iwai2011-10-171-20/+28
* | ALSA: hda/realtek - Clean up codec renamesTakashi Iwai2011-10-171-150/+139
* | ALSA: hda/realtek - Use alc_codec_rename()Takashi Iwai2011-10-171-8/+9
* | ALSA: hda - ALC888S-VC remark to ALC886Kailang Yang2011-10-171-1/+17
* | ALSA: hda/realtek - Check the error from alc_codec_rename()Takashi Iwai2011-10-171-14/+22
* | ALSA: HDA: Fixup Realtek headphone pin initializationDavid Henningsson2011-10-131-1/+1
* | ALSA: hda - Remove bad code for IDT 92HD83 family patchCharles Chin2011-10-131-18/+0
* | ALSA: hda - Distinguish each substream for better sticky assignmentTakashi Iwai2011-10-061-3/+6
OpenPOWER on IntegriCloud