aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: fix delta calculation at boundary wraparoundClemens Ladisch2010-05-251-1/+3
* ALSA: pcm: fix the fix of the runtime->boundary calculationClemens Ladisch2010-05-212-38/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-2010-89/+210
|\
| * Merge branch 'topic/jack' into for-linusTakashi Iwai2010-05-201-6/+65
| |\
| | * ALSA: Add support for key reporting via the jack interfaceMark Brown2010-03-171-1/+59
| | * ALSA: Rename jack switch table in preparation for button supportMark Brown2010-03-171-5/+6
| * | Merge branch 'topic/nomm' into for-linusTakashi Iwai2010-05-201-8/+22
| |\ \
| | * | ALSA: provide a more useful get_unmapped_area handler for pcmDaniel Glöckner2010-03-101-8/+22
| | |/
| * | Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai2010-05-209-75/+123
| |\ \
| | * | ALSA: core - Define llseek fopsTakashi Iwai2010-04-137-2/+40
| | * | ALSA: info - Implement common llseek for binary modeTakashi Iwai2010-04-131-26/+30
| | * | ALSA: info - Check file position validity in common layerTakashi Iwai2010-04-131-3/+11
| | * | Merge branch 'topic/bkl' into topic/core-cleanupTakashi Iwai2010-04-133-44/+42
| | |\ \
| | | * | ALSA: Remove BKL from open multiplexerTakashi Iwai2010-04-091-35/+38
| | | * | ALSA: info - Remove BKLTakashi Iwai2010-04-071-2/+2
| | | * | ALSA: pcm - Remove BKL from async callbackTakashi Iwai2010-04-071-7/+2
| | | |/
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-202-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | PM QOS updateMark Gross2010-05-102-9/+8
* | | | ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archsTakashi Iwai2010-05-121-0/+7
|/ / /
* | | ALSA: take tu->qlock with irqs disabledDan Carpenter2010-05-051-2/+3
|/ /
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3016-1/+15
* | ALSA: pcm_lib - fix xrun functionalityJarkko Nikula2010-03-261-2/+4
|/
* ALSA: timer - pass real event in snd_timer_notify1() to instance callbackJaroslav Kysela2010-03-031-1/+1
* Merge branch 'fix/misc' into topic/miscTakashi Iwai2010-02-173-7/+7
|\
| * Merge remote branch 'alsa/fixes' into fix/miscTakashi Iwai2010-02-171-4/+4
| |\
| | * ALSA: pcm core - fix fifo_size channels interval checkJaroslav Kysela2010-02-161-4/+4
| * | ALSA: Remove warning message for invalid OSS minor rangesTakashi Iwai2010-01-181-1/+1
| * | ALSA: use subsys_initcall for sound core instead of module_initThadeu Lima de Souza Cascardo2010-01-141-2/+2
| |/
* | ALSA: trivial: sound seq ioctl dbg: print hexadecimal value padded with 0sThadeu Lima de Souza Cascardo2010-02-021-1/+1
* | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-02-012-6/+40
|\ \
| * | sound: control: fix minimum TLV lengthClemens Ladisch2010-02-011-1/+1
| * | sound: control: actually allow TLV command accessClemens Ladisch2010-02-011-2/+3
| * | ALSA: pcm_native - fix runtime->boundary calculationJaroslav Kysela2010-01-271-3/+36
* | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-263-4/+8
|\ \ \ | |/ /
| * | ALSA: pcm_lib - return back hw_ptr_interruptJaroslav Kysela2010-01-263-4/+8
* | | Merge branch 'topic/noncached-mmap' into topic/miscTakashi Iwai2010-01-211-2/+9
|\ \ \
| * | | ALSA: pcm - Call pgprot_noncached() for vmalloc'ed buffersTakashi Iwai2010-01-181-0/+9
| * | | ALSA: pcm - Remove unneeded ifdef pgprot_noncachedTakashi Iwai2010-01-181-2/+0
* | | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-213-10/+14
|\ \ \ \ | | |/ / | |/| |
| * | | ALSA: pcm_core: Fix wake_up() optimizationJaroslav Kysela2010-01-213-10/+14
* | | | Merge remote branch 'alsa/devel' into topic/miscTakashi Iwai2010-01-181-14/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | sound: seq_timer: simplify snd_seq_timer_set_tick_resolution() parametersClemens Ladisch2010-01-181-14/+13
* | | ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai2010-01-141-5/+27
* | | Merge branch 'devel' of git.alsa-project.org:alsa-kernel into topic/miscTakashi Iwai2010-01-131-3/+5
|\ \ \ | |/ /
| * | ALSA: pcm_lib - fix wrong delta print for jiffies checkJaroslav Kysela2010-01-131-3/+5
| * | Merge branch 'topic/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Jaroslav Kysela2010-01-083-18/+4
| |\ \
* | \ \ Merge commit alsa/devel into topic/miscTakashi Iwai2010-01-124-209/+253
|\ \ \ \ | |/ / /
| * | | ALSA: pcm_lib: fix "something must be really wrong" conditionJaroslav Kysela2010-01-081-1/+1
| * | | ALSA: pcm_lib - optimize wake_up() calls for PCM I/OJaroslav Kysela2010-01-072-12/+24
| * | | ALSA: pcm_lib - cleanup & merge hw_ptr update functionsJaroslav Kysela2010-01-073-193/+120