summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29Star
* ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-37/+1Star
* ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-15/+74
* ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King2017-05-301-6/+8
* ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-301-1/+1
* ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-265-0/+60
* ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai2017-05-251-9/+37
* ALSA: control: remove entry limitation for list operationTakashi Sakamoto2017-05-241-3/+1Star
* ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-231-3/+3
* ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2017-05-232-47/+67
* ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai2017-05-231-42/+24Star
* ALSA: pcm: Simplify forward/rewind codesTakashi Iwai2017-05-211-68/+50Star
* ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai2017-05-211-118/+35Star
* 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 '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
|\