summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
* | [ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela2005-06-221-4/+4
* | [ALSA] Add FSC T3010 quirkTakashi Iwai2005-06-221-0/+6
* | [ALSA] OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela2005-06-221-2/+5
* | [ALSA] Fix races between PCM drain and other opsTakashi Iwai2005-06-221-34/+36
* | [ALSA] hda-intel - Fix Oops in the error pathTakashi Iwai2005-06-221-1/+4
* | [ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai2005-06-223-102/+127
* | [ALSA] Remove redundant NULL checks before kfreeJesper Juhl2005-06-2218-87/+39Star
* | [ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJames Courtier-Dutton2005-06-221-74/+74
* | [ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJaroslav Kysela2005-06-223-65/+65
* | [ALSA] via82xx - added 0x1071/0x8399 to while listJaroslav Kysela2005-06-221-0/+1
* | [ALSA] Modem support for ALI5451Sasha Khapyorsky2005-06-221-63/+218
* | [ALSA] sound/pci/ca0106: Use the DMA_32BIT_MASK constantTobias Klauser2005-06-221-2/+3
* | [ALSA] PCI modem drivers updateSasha Khapyorsky2005-06-223-119/+25Star
* | [ALSA] MC97 modem mixer in sound/pci/ac97Sasha Khapyorsky2005-06-222-4/+38
* | [ALSA] Be more specific with which I2C channel to use.James Courtier-Dutton2005-06-221-1/+4
* | [ALSA] Implement S32_LE(24bit) and 96000 capture rates etc.James Courtier-Dutton2005-06-221-4/+59
* | [ALSA] Add Mic capture support.James Courtier-Dutton2005-06-222-1/+69
* | [ALSA] Implement support for Line-in capture on SB Live 24bit.James Courtier-Dutton2005-06-223-10/+148
* | Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Jaroslav Kysela2005-06-221-1/+1
|\ \
| * | [PATCH] rme96xx: fix PageReserved rangeHugh Dickins2005-06-221-1/+1
* | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela2005-06-214-24/+23Star
|\| |
| * | [PATCH] class: convert sound/* to use the new class api instead of class_simplegregkh@suse.de2005-06-213-18/+17Star
| * | [PATCH] usbusx2y: prevent oops & dead keyboard on usb unplugging while the de...Karsten Wiese2005-06-141-4/+7
| * | [PATCH] usbaudio: prevent oops & dead keyboard on usb unplugging while the de...Karsten Wiese2005-06-141-1/+1
| |/
| * Automatic merge of 'for-linus' branch fromLinus Torvalds2005-05-291-6/+6
| |\
| | * Input:Adrian Bunk2005-05-281-6/+6
| * | [PATCH] ppc32: Fix Alsa PowerMac driver on old machinesBenjamin Herrenschmidt2005-05-281-11/+19
| |/
* | [ALSA] select ISAPNP for SND_INTERWAVE_STB targetJaroslav Kysela2005-05-291-0/+1
* | [ALSA] Fix compilation on 32bit archTakashi Iwai2005-05-291-1/+10
* | [ALSA] emu10k1: add details for the audigy player box versionArnaud Patard2005-05-291-0/+6
* | [ALSA] ice1724 - Add support of Chaintech AV-710Takashi Iwai2005-05-292-1/+45
* | [ALSA] als4000 - Fix kernel panic with MPU401Takashi Iwai2005-05-291-1/+1
* | [ALSA] alsa-oss - 2nd - improved readabilityJaroslav Kysela2005-05-291-2/+2
* | [ALSA] alsa-oss - improve readability of snd_pcm_oss_bytes() functionJaroslav Kysela2005-05-291-3/+3
* | [ALSA] Add dxs_support for a Twinhead moboTakashi Iwai2005-05-291-0/+1
* | [ALSA] Fix a wrong bit set in AC1985 codeTakashi Iwai2005-05-291-2/+2
* | [ALSA] Reverted last patch for SNDCTL_DSP_GETOPTR fix & possible overflow fixJaroslav Kysela2005-05-291-4/+3Star
* | [ALSA] pcm_oss - fix SNDCTL_DSP_GETOPTR not working correctlyRoger Mach2005-05-291-2/+3
* | [ALSA] Fix ALC880 capture problemsTakashi Iwai2005-05-291-19/+67
* | [ALSA] hda-code: Fix the array size of codec listTakashi Iwai2005-05-291-1/+1
* | [ALSA] Use standard form for URLTakashi Iwai2005-05-291-1/+1
* | [ALSA] Make docproc happyTakashi Iwai2005-05-291-3/+3
* | [ALSA] Add comments for Takashi Iwai2005-05-291-0/+5
* | [ALSA] Update documentation for ice1712 and ice1724Takashi Iwai2005-05-291-1/+2
* | [ALSA] Add Shuttle SN25P supportTakashi Iwai2005-05-292-0/+10
* | [ALSA] Add the vendor 0x1558 to PM whitelist of es1968Takashi Iwai2005-05-291-0/+1
* | [ALSA] sound/isa/: cleanupsAdrian Bunk2005-05-297-14/+33
* | [ALSA] Tidy up card recognition.James Courtier-Dutton2005-05-292-28/+43
* | [ALSA] When the alsamixer says 'SPDIF Out [Off]', SPDIF output should be off ...James Courtier-Dutton2005-05-291-2/+2
* | [ALSA] Implement surround71 outputs on SB Live 24bit.James Courtier-Dutton2005-05-291-2/+2