summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/ / /
OpenPOWER on IntegriCloud