summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-2458-275/+489
|\
| * ALSA: sound/ali5451: typo: s/resouces/resources/Wolfram Sang2009-03-201-2/+2
| * ALSA: ac97 - Add patch entry for Conexant CX20468-31 chipTakashi Iwai2009-03-061-0/+1
| * ALSA: sound/drivers/vx: fix sparse warning: different signednessHannes Eder2009-02-261-1/+1
| * ALSA: sound/usb/usx2y: fix sparse warning: do-while statement is not a compou...Hannes Eder2009-02-261-2/+2
| * ALSA: sound/usb/usx2y: fix sparse warning: Should it be static?Hannes Eder2009-02-262-3/+2
| * ALSA: au88x0 - Fix &&|| typoTakashi Iwai2009-02-171-1/+1
| * ALSA: echoaudio - replace uses of __constant_{endian}Harvey Harrison2009-02-127-14/+13
| * ALSA: via82xx - Clean up quirk listTakashi Iwai2009-02-091-9/+9
| * Merge branch 'topic/quirk-cleanup' into topic/miscTakashi Iwai2009-02-097-41/+52
| |\
| * | ALSA: Add missing KERN_* prefix to printk in other sound/*Takashi Iwai2009-02-055-14/+22
| * | ALSA: Fix missing KERN_* prefix to printk in sound/pciTakashi Iwai2009-02-0521-146/+318
| * | ALSA: emux - Add missing KERN_* prefix to printkTakashi Iwai2009-02-054-22/+30
| * | ALSA: Add missing KERN_* prefix to printk in sound/driversTakashi Iwai2009-02-0510-35/+48
| * | ALSA: Add missing KERN_* prefix to printk in sound/coreTakashi Iwai2009-02-055-25/+39
| * | ALSA: snd_pcm_new api cleanupTim Blechmann2009-02-051-1/+1
* | | Merge branch 'topic/pcm-cleanup' into for-linusTakashi Iwai2009-03-243-60/+102
|\ \ \
| * | | ALSA: pcm - Safer boundary checksTakashi Iwai2009-03-201-4/+5
| * | | ALSA: pcm - Fix delta calculation at boundary overlapTakashi Iwai2009-03-191-2/+7
| * | | ALSA: pcm - Reset invalid position even without debug optionTakashi Iwai2009-03-191-3/+7
| * | | ALSA: pcm - avoid unnecessary inlineTakashi Iwai2009-03-191-5/+6
| * | | ALSA: pcm - Fix a typo in error messagesTakashi Iwai2009-03-191-1/+1
| * | | ALSA: Remove unneeded snd_pcm_substream.timer_lockTakashi Iwai2009-03-092-7/+0
| * | | ALSA: Rewrite hw_ptr updatersTakashi Iwai2009-03-091-45/+83
* | | | Merge branch 'topic/vmaster-update' into for-linusTakashi Iwai2009-03-241-19/+43
|\ \ \ \
| * | | | ALSA: Add kernel-doc comments to vmaster stuffTakashi Iwai2009-03-091-2/+14
| * | | | ALSA: add snd_ctl_add_slave_uncached()Takashi Iwai2009-03-091-17/+29
| |/ / /
* | | | Merge branch 'topic/rawmidi-fix' into for-linusTakashi Iwai2009-03-241-184/+195
|\ \ \ \
| * | | | ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai2009-03-091-183/+194
| * | | | ALSA: rawmidi - Fix possible race in openTakashi Iwai2009-03-091-7/+7
| |/ / /
* | | | Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai2009-03-241-27/+15
|\ \ \ \
| * | | | ALSA: Clean up snd_monitor_file managementTakashi Iwai2009-03-091-27/+15
| |/ / /
* | | | Merge branch 'topic/quirk-cleanup' into for-linusTakashi Iwai2009-03-241-4/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: Add subdevice_mask field to quirk entriesTakashi Iwai2009-02-091-4/+6
* | | | Merge branch 'topic/jack' into for-linusTakashi Iwai2009-03-241-24/+21
|\ \ \ \
| * | | | ALSA: Add support for video out to the jack reporting APIJani Nikula2009-01-071-0/+1
| * | | | ALSA: Reduce boilerplate for new jack typesMark Brown2009-01-031-24/+20
* | | | | Merge branch 'topic/hwdep-cleanup' into for-linusTakashi Iwai2009-03-249-112/+6
|\ \ \ \ \
| * | | | | ALSA: Remove superfluous hwdep opsTakashi Iwai2009-02-058-108/+1
| * | | | | ALSA: hwdep - Make open callback optionalTakashi Iwai2009-02-051-4/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-24104-479/+560
|\ \ \ \ \
| * | | | | ALSA: opti9xx - Fix build breakage by snd_card_create() conversionTakashi Iwai2009-01-141-0/+1
| * | | | | ALSA: Return proper error code at probe in sound/pcmcia/*Takashi Iwai2009-01-122-13/+18
| * | | | | ALSA: pdaudiocf - Fix missing free in the error pathTakashi Iwai2009-01-121-1/+3
| * | | | | ALSA: Return proper error code at probe in sound/usb/*Takashi Iwai2009-01-123-44/+67
| * | | | | ALSA: Return proper error code at probe in sound/isa/*Takashi Iwai2009-01-126-64/+65
| * | | | | ALSA: Convert to snd_card_create() in other sound/*Takashi Iwai2009-01-1231-103/+111
| * | | | | ALSA: Convert to snd_card_create() in sound/pci/*Takashi Iwai2009-01-1247-144/+148
| * | | | | ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-1225-100/+122
| * | | | | ALSA: Introduce snd_card_create()Takashi Iwai2009-01-121-16/+31