aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds2-8/+33
2010-07-19Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai1-0/+2
2010-07-19ALSA: pcm core - add a safe check to the silence filling functionJaroslav Kysela1-0/+2
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-8/+5
2010-07-05Merge branch 'devel' of git://git.alsa-project.org/alsa-kernel into topic/miscTakashi Iwai1-8/+15
2010-06-28ALSA: pcm_lib: avoid timing jitter in snd_pcm_read/write()David Dillow1-8/+15
2010-05-31ALSA: pcm: Define G723 3-bit and 5-bit formatsBen Collins1-0/+16
2010-05-25ALSA: pcm: fix delta calculation at boundary wraparoundClemens Ladisch1-1/+3
2010-05-21ALSA: pcm: fix the fix of the runtime->boundary calculationClemens Ladisch2-38/+10
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds10-89/+210
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-9/+8
2010-05-20Merge branch 'topic/jack' into for-linusTakashi Iwai1-6/+65
2010-05-20Merge branch 'topic/nomm' into for-linusTakashi Iwai1-8/+22
2010-05-20Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai9-75/+123
2010-05-12ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archsTakashi Iwai1-0/+7
2010-05-10PM QOS updateMark Gross2-9/+8
2010-05-05ALSA: take tu->qlock with irqs disabledDan Carpenter1-2/+3
2010-04-13ALSA: core - Define llseek fopsTakashi Iwai7-2/+40
2010-04-13ALSA: info - Implement common llseek for binary modeTakashi Iwai1-26/+30
2010-04-13ALSA: info - Check file position validity in common layerTakashi Iwai1-3/+11
2010-04-13Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai3-44/+42
2010-04-09ALSA: Remove BKL from open multiplexerTakashi Iwai1-35/+38
2010-04-07ALSA: info - Remove BKLTakashi Iwai1-2/+2
2010-04-07ALSA: pcm - Remove BKL from async callbackTakashi Iwai1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo16-1/+15
2010-03-26ALSA: pcm_lib - fix xrun functionalityJarkko Nikula1-2/+4
2010-03-17ALSA: Add support for key reporting via the jack interfaceMark Brown1-1/+59
2010-03-17ALSA: Rename jack switch table in preparation for button supportMark Brown1-5/+6
2010-03-10ALSA: provide a more useful get_unmapped_area handler for pcmDaniel Glöckner1-8/+22
2010-03-03ALSA: timer - pass real event in snd_timer_notify1() to instance callbackJaroslav Kysela1-1/+1
2010-02-17Merge branch 'fix/misc' into topic/miscTakashi Iwai3-7/+7
2010-02-17Merge remote branch 'alsa/fixes' into fix/miscTakashi Iwai1-4/+4
2010-02-16ALSA: pcm core - fix fifo_size channels interval checkJaroslav Kysela1-4/+4
2010-02-02ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo1-1/+1
2010-02-01Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2-6/+40
2010-02-01sound: control: fix minimum TLV lengthClemens Ladisch1-1/+1
2010-02-01sound: control: actually allow TLV command accessClemens Ladisch1-2/+3
2010-01-27ALSA: pcm_native - fix runtime->boundary calculationJaroslav Kysela1-3/+36
2010-01-26Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai3-4/+8
2010-01-26ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela3-4/+8
2010-01-21Merge branch 'topic/noncached-mmap' into topic/miscTakashi Iwai1-2/+9
2010-01-21Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai3-10/+14
2010-01-21ALSA: pcm_core: Fix wake_up() optimizationJaroslav Kysela3-10/+14
2010-01-18Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai1-14/+13
2010-01-18sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch1-14/+13
2010-01-18ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai1-0/+9
2010-01-18ALSA: pcm - Remove unneeded ifdef pgprot_noncachedTakashi Iwai1-2/+0
2010-01-18ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai1-1/+1
2010-01-14ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo1-2/+2
2010-01-14ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai1-5/+27