summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ad1848 section fixAndrew Morton2006-05-211-4/+6
* [PATCH] nm256_audio section fixAndrew Morton2006-05-211-3/+3
* [PATCH] es18xx build fixAndrew Morton2006-05-211-0/+2
* [PATCH] mpu401 section fixAndrew Morton2006-05-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-05-0160-129/+132
|\
| * [ALSA] via82xx - Use DXS_SRC as default for VIA8235/8237/8251 chipsTakashi Iwai2006-04-271-2/+6
| * [ALSA] hda-codec - Add model entry for ASUS Z62FTakashi Iwai2006-04-271-0/+2
| * [ALSA] PCMCIA sound devices shouldn't depend on ISAErik Mouw2006-04-271-2/+2
| * [ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptopsTakashi Iwai2006-04-271-2/+2
| * [ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=nTakashi Iwai2006-04-274-11/+13
| * [ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUGJaroslav Kysela2006-04-273-6/+16
| * [ALSA] add __devinitdata to all pci_device_idHenrik Kretzschmar2006-04-2744-46/+46
| * [ALSA] hda-codec - Add codec id for AD1988B codec chipTakashi Iwai2006-04-271-0/+1
| * [ALSA] hda-codec - Add model entry for ASUS M9 laptopTakashi Iwai2006-04-271-0/+2
| * [ALSA] pcxhr - Fix a compiler warning on 64bit architecturesHenrik Kretzschmar2006-04-271-2/+2
| * [ALSA] via82xx: tweak VT8251 workaroundBastiaan Jacques2006-04-271-9/+7
| * [ALSA] intel8x0 - Disable ALI5455 SPDIF-inputTakashi Iwai2006-04-271-3/+3
| * [ALSA] via82xx: add support for VIA VT8251 (AC'97)Bastiaan Jacques2006-04-271-2/+12
| * [ALSA] Fix double free in error path of miro driverTakashi Iwai2006-04-271-3/+0
| * [ALSA] hda-codec - Add entry for Epox EP-5LDA+ GLiTakashi Iwai2006-04-271-0/+1
| * [ALSA] sound/pci/: remove duplicate #include'sAdrian Bunk2006-04-277-7/+0
| * [ALSA] hda-codec - Use model 'hp' for all HP laptops with AD1981HDTakashi Iwai2006-04-271-6/+2
| * [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-274-40/+16
| * [ALSA] Handle the error correctly in SNDCTL_DSP_SETFMT ioctlSteven Finney2006-04-271-0/+2
| * [ALSA] add another Phase 26 quirkClemens Ladisch2006-04-271-0/+9
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-04-291-1/+1
|\ \
| * | [PATCH] sound/ppc: snd_pmac_toonie_init should be __initAndreas Schwab2006-04-281-1/+1
| |/
* / [PATCH] re-add the OSS SOUND_CS4232 optionAdrian Bunk2006-04-281-0/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2006-04-232-149/+150
|\
| * [PARISC] OSS ad1889: Match register names with ALSA driverStuart Brady2006-04-212-149/+150
* | [PATCH] powerpc: fix oops in alsa powermac driverBenjamin Herrenschmidt2006-04-213-4/+4
|/
* [PATCH] make the OSS SOUND_VIA82CXXX option available againAdrian Bunk2006-04-201-0/+20
* [PATCH] update OBSOLETE_OSS_DRIVER schedule and dependenciesAdrian Bunk2006-04-201-331/+5
* [PATCH] sound: fix hang in mpu401_uart.cJon Masters2006-04-201-9/+33
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-04-1219-8/+81
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-1216-160/+64
* [ALSA] sound/core/pcm.c: make snd_pcm_format_name() staticAdrian Bunk2006-04-121-1/+1
* [ALSA] ac97 - Add entry for VIA VT1618 codecTakashi Iwai2006-04-121-0/+1
* [ALSA] hda-codec - Add support of ASUS U5A with AD1986A codecTakashi Iwai2006-04-121-0/+2
* [ALSA] Overrun in sound/pci/au88x0/au88x0_pcm.cEric Sesterhenn2006-04-121-1/+1
* [ALSA] au88x0 - clean up __devinit/__devexitDale Sedivec2006-04-123-9/+8
* [ALSA] hda-codec - Adds HDA support for Intel D945Pvs board with subdevice id...Ashley Clark2006-04-121-0/+3
* [ALSA] hda-codec - support HP Compaq Presario B2800 laptop with AD1986A codecCoywolf Qi Hunt2006-04-121-0/+2
* [ALSA] emu10k1: Add some descriptive text.James Courtier-Dutton2006-04-121-1/+4
* [ALSA] via82xx - Add a dxs entry for ECS K8T890-ATakashi Iwai2006-04-121-0/+1
* [ALSA] hda-codec - Add another HP laptop with AD1981HDTakashi Iwai2006-04-121-0/+2
* [ALSA] Fix Oops of PCM OSS emulationTakashi Iwai2006-04-122-4/+7
* [ALSA] pcm_oss: fix snd_pcm_oss_release() oopsOGAWA Hirofumi2006-04-121-1/+1
* [PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser2006-04-112-3/+5
* Merge master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-04-0233-461/+5580
|\