summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Fix Realtek's chained fixup checksTakashi Iwai2011-05-021-2/+2
* 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
* ALSA: hda - VIA: Fix notify_aa_path_ctls() invalid issue.Lydia Wang2011-04-281-3/+7
* ALSA - au88x0 - Add buffer bytes constraintsRaymond Yau2011-04-271-2/+5
* Merge branch 'fix/hda' into for-linusTakashi Iwai2011-04-212-1/+28
|\
| * ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUMEMike Waychison2011-04-201-0/+4
| * ALSA: hda - Add a fix-up for Acer dmic with ALC271x codecTakashi Iwai2011-04-191-1/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-04-104-27/+49
|\ \ | |/
| * ALSA: hda - Don't query connections for widgets have no connectionsTakashi Iwai2011-04-071-0/+3
| * ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)David Henningsson2011-04-071-1/+1
| * ALSA: hda - HDMI: Fix MCP7x audio infoframe checksumsAaron Plattner2011-04-071-26/+44
| * ALSA: HDA: Fix dock mic for Lenovo X220-tabletDavid Henningsson2011-04-051-0/+1
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-0735-56/+56
|\ \ | |/ |/|
| * Fix common misspellingsLucas De Marchi2011-03-3135-56/+56
* | ALSA: HDA: Add dock mic quirk for Lenovo Thinkpad X220David Henningsson2011-03-311-0/+1
* | ALSA: ens1371: fix Creative Ectiva supportClemens Ladisch2011-03-301-4/+19
* | ALSA: hda - Fix pin-config of Gigabyte moboTakashi Iwai2011-03-281-3/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-273-74/+154
|\
| * ALSA: asihpi - Update verbose debug print macrosEliot Blennerhassett2011-03-251-53/+47
| * ALSA: asihpi - Improve non-busmaster adapter operationEliot Blennerhassett2011-03-251-11/+10
| * ALSA: asihpi - Support single-rate no-SRC cardsEliot Blennerhassett2011-03-251-9/+7
| * ALSA: HDA: New AD1984A model for Dell Precision R5500David Henningsson2011-03-251-0/+89
| * ALSA: hda - Fix SPDIF out regression on ALC889Takashi Iwai2011-03-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-232-20/+65
|\ \ | |/
| * ALSA: HDA: Realtek: Avoid unnecessary volume control index on Surround/SideDavid Henningsson2011-03-231-8/+17
| * ALSA: hda - VIA: Fix VT1708 can't build up Headphone control issueLydia Wang2011-03-221-3/+6
| * ALSA: hda - VIA: Correct stream names for VT1818SLydia Wang2011-03-221-0/+5
| * ALSA: hda - VIA: Fix codec type for VT1708BCE at the right timingLydia Wang2011-03-221-4/+5
| * ALSA: hda - VIA: Fix invalid A-A path volume adjust issueLydia Wang2011-03-221-1/+8
| * ALSA: hda - VIA: Add missing support for VT1718S in A-A pathLydia Wang2011-03-221-0/+5
| * ALSA: hda - VIA: Fix independent headphone no sound issueLydia Wang2011-03-221-1/+11
| * ALSA: hda - VIA: Fix stereo mixer recording no sound issueLydia Wang2011-03-221-3/+6
| * ALSA: hda - Set EAPD for Realtek ALC665Andres Mejia2011-03-211-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-1842-6750/+7287
|\ \ | |/
| * Merge branch 'topic/misc' into for-linusTakashi Iwai2011-03-1834-6241/+6870
| |\
| | * ALSA: sound/pci/asihpi: check adapter index in hpi_ioctlDan Rosenberg2011-03-181-0/+5
| | * ALSA: ctxfi - use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov2011-03-161-2/+1
| | * ALSA: ctxfi - Clear input settings before initializationPrzemyslaw Bruski2011-03-141-0/+2
| | * ALSA: ctxfi - Fix SPDIF status retrievalPrzemyslaw Bruski2011-03-141-14/+5
| | * ALSA: ctxfi - Fix incorrect SPDIF status bit maskPrzemyslaw Bruski2011-03-141-1/+1
| | * ALSA: ctxfi - Fix microphone boost codes/commentsPrzemyslaw Bruski2011-03-141-10/+18
| | * ALSA: atiixp - Fix wrong time-out checks during ac-link resetTakashi Iwai2011-03-112-2/+2
| | * ALSA: intel8x0m: append 'm' to "r_intel8x0"Paul Bolle2011-03-111-3/+3
| | * ALSA: intel8x0m: add 'm' as "suffix" to static functionsPaul Bolle2011-03-111-49/+49
| | * ALSA: intel8x0m: wait a bit before warm reset checkPaul Bolle2011-03-111-1/+2
| | * Merge branch 'fix/misc' into topic/miscTakashi Iwai2011-03-1111-109/+237
| | |\
| | * | ALSA: asihpi - Use %zd for size_t argument in error messageTakashi Iwai2011-03-081-1/+1
| | * | ALSA: hdspm - Add firmware ID for older AES32 cards.Adrian Knoth2011-03-081-0/+2
OpenPOWER on IntegriCloud