summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann2017-05-181-1/+1
| * | | ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann2017-05-181-1/+1
| * | | ALSA: pcm: constify function local and read-only tableTakashi Sakamoto2017-05-171-2/+3
| * | | ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-173-11/+12
| * | | ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-174-8/+10
| * | | ALSA: pcm: add const qualifier for read-only table for sampling rateTakashi Sakamoto2017-05-171-2/+4
| * | | ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai2017-05-171-13/+20
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai2017-06-141-2/+2
| | |/ | |/|
* / | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-2010-15/+15
|/ /
* | ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-071-0/+1
* | ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-071-2/+4
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-141-6/+3Star
|\
| * ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-04-131-6/+3Star
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-124-4/+22
|\|
| * ALSA: seq: Fix race during FIFO resizeTakashi Iwai2017-03-241-0/+4
| * ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-214-4/+18
* | ALSA: timer: Info leak in snd_timer_user_tinterrupt()Dan Carpenter2017-03-311-1/+1
* | ALSA: timer: remove some dead codeDan Carpenter2017-03-311-11/+6Star
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-0211-2/+12
* Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-012-3/+18
|\
| * ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-02-281-0/+3
| * ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-02-281-3/+15
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-9/+6Star
|/
* Merge branch 'for-next' into for-linusTakashi Iwai2017-02-202-3/+3
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-02-071-8/+1Star
| |\
| * | ALSA: seq: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
| * | ALSA: rawmidi: Add const to snd_rawmidi_opsTakashi Iwai2017-01-121-1/+1
* | | ALSA: seq: Fix race at creating a queueTakashi Iwai2017-02-081-13/+20
| |/ |/|
* | ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai2017-02-061-8/+1Star
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Merge tag 'sound-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-142-3/+3
|\
| * ALSA: oss: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-1/+1
| * ALSA: rawmidi: don't opencode IS_REACHABLE()Fabian Frederick2016-11-121-2/+2
* | printk/sound: handle more message headersPetr Mladek2016-12-131-6/+14
|/
* ALSA: info: Return error for invalid read/writeTakashi Iwai2016-11-081-1/+5
* ALSA: info: Limit the proc text input sizeTakashi Iwai2016-11-081-0/+3
* ALSA: seq: Fix time account regressionTakashi Iwai2016-10-251-2/+2
* ALSA: seq: fix passing wrong pointer in function call of compatibility layerTakashi Sakamoto2016-10-121-1/+1
* ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King2016-09-161-2/+2
* ALSA: seq: fix to copy from/to user spaceTakashi Sakamoto2016-09-131-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2016-09-112-3/+35
|\
| * ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai2016-09-081-1/+3
| * ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-09-081-0/+14
| * ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-021-0/+2
| * ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-291-2/+15
| * ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-08-291-0/+1
* | ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP2016-09-061-1/+3
* | ALSA: seq: initialize whole fields of automatic variable with union typeTakashi Sakamoto2016-08-311-2/+5
* | ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-221-7/+3Star