summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/misc' into for-linusTakashi Iwai2009-03-2460-277/+491
|\
| * 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-091106-9417/+21613
| |\
| * | 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-052-2/+2
| * | ALSA: Release v1.0.19Jaroslav Kysela2009-01-191-1/+1
* | | Merge branch 'topic/pcm-cleanup' into for-linusTakashi Iwai2009-03-244-61/+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-093-8/+0
| * | | ALSA: Rewrite hw_ptr updatersTakashi Iwai2009-03-091-45/+83
* | | | Merge branch 'topic/ioctl-use-define' into for-linusTakashi Iwai2009-03-242-114/+85
|\ \ \ \
| * | | | ALSA: Use define for ioctl definitionsTakashi Iwai2009-03-112-100/+85
| * | | | ALSA: Remove obsolete snd_xferv struct and ioctlsTakashi Iwai2009-03-111-14/+0
* | | | | Merge branch 'topic/vmaster-update' into for-linusTakashi Iwai2009-03-243-21/+97
|\ \ \ \ \
| * | | | | ALSA: Add kernel-doc comments to vmaster stuffTakashi Iwai2009-03-093-2/+50
| * | | | | ALSA: add snd_ctl_add_slave_uncached()Takashi Iwai2009-03-092-19/+47
| |/ / / /
* | | | | Merge branch 'topic/rawmidi-fix' into for-linusTakashi Iwai2009-03-242-185/+195
|\ \ \ \ \
| * | | | | ALSA: rawmidi - Refactor rawmidi open/close codesTakashi Iwai2009-03-092-184/+194
| * | | | | ALSA: rawmidi - Fix possible race in openTakashi Iwai2009-03-091-7/+7
| |/ / / /
* | | | | Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai2009-03-242-30/+18
|\ \ \ \ \
| * | | | | ALSA: Clean up snd_monitor_file managementTakashi Iwai2009-03-092-30/+18
| |/ / / /
* | | | | Merge branch 'topic/quirk-cleanup' into for-linusTakashi Iwai2009-03-242-6/+20
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ALSA: Add subdevice_mask field to quirk entriesTakashi Iwai2009-02-092-6/+20
* | | | | Merge branch 'topic/jack' into for-linusTakashi Iwai2009-03-244-24/+30
|\ \ \ \ \
| * | | | | ALSA: Add sound/core/jack.c to driver-API docbook entryTakashi Iwai2009-03-091-0/+3
| * | | | | ALSA: Add support for video out to the jack reporting APIJani Nikula2009-01-073-0/+4
| * | | | | ALSA: Reduce boilerplate for new jack typesMark Brown2009-01-032-24/+23
* | | | | | Merge branch 'topic/hwdep-cleanup' into for-linusTakashi Iwai2009-03-2410-126/+30
|\ \ \ \ \ \
| * | | | | | ALSA: Remove superfluous hwdep opsTakashi Iwai2009-02-058-108/+1
| * | | | | | ALSA: hwdep - Fix coding styleTakashi Iwai2009-02-051-14/+24
| * | | | | | ALSA: hwdep - Make open callback optionalTakashi Iwai2009-02-051-4/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-24111-516/+617
|\ \ \ \ \ \
| * | | | | | ALSA: opti9xx - Fix build breakage by snd_card_create() conversionTakashi Iwai2009-01-141-0/+1
| * | | | | | drivers/usb/gadget: Convert to snd_card_create()Takashi Iwai2009-01-121-4/+3
| * | | | | | drivers/staging: Convert to snd_card_create() for go7007Takashi Iwai2009-01-121-3/+4
OpenPOWER on IntegriCloud