aboutsummaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2010-12-21ALSA: pcm: remember to always call va_end() on stuff that we va_start()Gravatar Jesper Juhl 1-3/+7
2010-11-30ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulationGravatar Takashi Iwai 1-8/+11
2010-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-1/+1
2010-11-22ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 3-3/+0
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 5-25/+39
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 1-8/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-1/+3
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesGravatar Kay Sievers 1-8/+3
2010-10-17Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 1-1/+3
2010-10-17ALSA: rawmidi: fix oops (use after free) when unloading a driver moduleGravatar Clemens Ladisch 1-1/+3
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-1/+3
2010-10-11Merge remote branch 'alsa/devel' into topic/miscGravatar Takashi Iwai 1-4/+8
2010-10-11Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 3-9/+31
2010-10-11ALSA: OSS mixer emulation - fix lockingGravatar Jaroslav Kysela 1-4/+8
2010-09-28ALSA: prevent heap corruption in snd_ctl_new()Gravatar Dan Rosenberg 1-0/+5
2010-09-16ALSA: pcm - Fix race with proc filesGravatar Takashi Iwai 1-9/+24
2010-09-16ALSA: pcm - Fix unbalanced pm_qos_requestGravatar Takashi Iwai 1-0/+2
2010-09-16ALSA: core: Allow card id change to the same stringGravatar Peter Ujfalusi 1-2/+7
2010-09-14sound: Use static const char * const where possibleGravatar Joe Perches 1-1/+1
2010-09-09Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 2-5/+6
2010-09-09ALSA: rawmidi: fix the get next midi device ioctlGravatar Dan Carpenter 1-0/+2
2010-09-08ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Gravatar Takashi Iwai 1-5/+4
2010-09-07sound: Remove unnecessary casts of private_dataGravatar Joe Perches 2-13/+12
2010-09-03Merge branch 'fix/misc' into topic/miscGravatar Takashi Iwai 1-0/+6
2010-08-28ALSA: pcm: add more format namesGravatar Dan Carpenter 1-0/+6
2010-08-19ALSA: pcm midlevel code - add time check for double interrupt acknowledgeGravatar Jaroslav Kysela 2-5/+11
2010-08-18ALSA: pcm midlevel code - add time check for double interrupt acknowledgeGravatar Jaroslav Kysela 2-5/+11
2010-08-18ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)Gravatar Jaroslav Kysela 1-0/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 2-8/+33
2010-07-19Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscGravatar Takashi Iwai 1-0/+2
2010-07-19ALSA: pcm core - add a safe check to the silence filling functionGravatar Jaroslav Kysela 1-0/+2
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()Gravatar James Bottomley 1-8/+5
2010-07-05Merge branch 'devel' of git://git.alsa-project.org/alsa-kernel into topic/miscGravatar Takashi Iwai 1-8/+15
2010-06-28ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write()Gravatar David Dillow 1-8/+15
2010-05-31ALSA: pcm: Define G723 3-bit and 5-bit formatsGravatar Ben Collins 1-0/+16
2010-05-25ALSA: pcm: fix delta calculation at boundary wraparoundGravatar Clemens Ladisch 1-1/+3
2010-05-21ALSA: pcm: fix the fix of the runtime->boundary calculationGravatar Clemens Ladisch 2-38/+10
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 10-89/+210
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-9/+8
2010-05-20Merge branch 'topic/jack' into for-linusGravatar Takashi Iwai 1-6/+65
2010-05-20Merge branch 'topic/nomm' into for-linusGravatar Takashi Iwai 1-8/+22
2010-05-20Merge branch 'topic/core-cleanup' into for-linusGravatar Takashi Iwai 9-75/+123
2010-05-12ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archsGravatar Takashi Iwai 1-0/+7
2010-05-10PM QOS updateGravatar Mark Gross 2-9/+8
2010-05-05ALSA: take tu->qlock with irqs disabledGravatar Dan Carpenter 1-2/+3
2010-04-13ALSA: core - Define llseek fopsGravatar Takashi Iwai 7-2/+40
2010-04-13ALSA: info - Implement common llseek for binary modeGravatar Takashi Iwai 1-26/+30
2010-04-13ALSA: info - Check file position validity in common layerGravatar Takashi Iwai 1-3/+11
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupGravatar Takashi Iwai 3-44/+42