aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-137-9/+77
|\
| * Merge branch 'topic/misc' into for-linusTakashi Iwai2011-01-137-9/+77
| |\
| | * ALSA: core, oxygen, virtuoso: add an enum control info helperClemens Ladisch2011-01-101-1/+27
| | * ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()Jesper Juhl2011-01-101-1/+3
| | * Merge branch 'topic/workq-update' into topic/miscTakashi Iwai2010-12-134-11/+11
| | |\
| | * | ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-243-5/+20
| | * | ALSA: timer: automatically load the high-resolution timerClemens Ladisch2010-11-221-2/+2
| | * | ALSA: pcm: optimize xrun detection in no-period-wakeup modeClemens Ladisch2010-11-221-0/+2
| | * | ALSA: pcm: detect xruns in no-period-wakeup modeClemens Ladisch2010-11-221-2/+16
| | * | ALSA: pcm: support for period wakeup disablingClemens Ladisch2010-11-222-0/+9
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into for-nextJiri Kosina2010-12-225-12/+12
| |\ \ \ | | | |/ | | |/|
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | | ALSA: pcm: remember to always call va_end() on stuff that we va_start()Jesper Juhl2010-12-211-3/+7
| |/ / |/| |
* | | ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationTakashi Iwai2010-11-301-8/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-241-1/+1
|\ \ \ | | |/ | |/|
| * | ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolonsJoe Perches2010-11-221-1/+1
| |/
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-173-3/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-255-25/+39
|\
| * Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-171-1/+3
| |\
| * \ Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-10-111-4/+8
| |\ \
| | * | ALSA: OSS mixer emulation - fix lockingJaroslav Kysela2010-10-111-4/+8
| | * | ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2010-08-192-5/+11
| * | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-10-113-9/+31
| |\ \ \
| * | | | ALSA: core: Allow card id change to the same stringPeter Ujfalusi2010-09-161-2/+7
| * | | | sound: Use static const char * const where possibleJoe Perches2010-09-141-1/+1
| * | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-092-5/+6
| |\ \ \ \
| * | | | | sound: Remove unnecessary casts of private_dataJoe Perches2010-09-072-13/+12
| * | | | | Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-09-031-0/+6
| |\ \ \ \ \
| * | | | | | ALSA: pcm midlevel code - add time check for double interrupt acknowledgeJaroslav Kysela2010-08-182-5/+11
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-221-8/+3
|\ \ \ \ \ \ \
| * | | | | | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-8/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-1/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-1/+3
| | |_|/ / / | |/| | | |
* | | | | | ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleClemens Ladisch2010-10-171-1/+3
| |_|_|/ / |/| | | |
* | | | | ALSA: prevent heap corruption in snd_ctl_new()Dan Rosenberg2010-09-281-0/+5
* | | | | ALSA: pcm - Fix race with proc filesTakashi Iwai2010-09-161-9/+24
* | | | | ALSA: pcm - Fix unbalanced pm_qos_requestTakashi Iwai2010-09-161-0/+2
|/ / / /
* | | | ALSA: rawmidi: fix the get next midi device ioctlDan Carpenter2010-09-091-0/+2
* | | | ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai2010-09-081-5/+4
| |/ / |/| |
* | | ALSA: pcm: add more format namesDan Carpenter2010-08-281-0/+6
|/ /
* | ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Jaroslav Kysela2010-08-181-0/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-072-8/+33
|\ \
| * \ Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai2010-07-191-0/+2
| |\ \
| | * | ALSA: pcm core - add a safe check to the silence filling functionJaroslav Kysela2010-07-191-0/+2
| * | | Merge branch 'devel' of git://git.alsa-project.org/alsa-kernel into topic/miscTakashi Iwai2010-07-051-8/+15
| |\ \ \ | | |/ /
| | * | ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write()David Dillow2010-06-281-8/+15
| | |/
| * | ALSA: pcm: Define G723 3-bit and 5-bit formatsBen Collins2010-05-311-0/+16
| |/
* | pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley2010-07-191-8/+5
|/
* ALSA: pcm: fix delta calculation at boundary wraparoundClemens Ladisch2010-05-251-1/+3