summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-12-181-3/+15
|\
| * Merge branch 'asoc-4.21' into asoc-nextMark Brown2018-12-181-3/+15
| |\
| | * ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla2018-12-141-3/+15
* | | ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-131-0/+2
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-12-071-6/+8
|\| |
| * | ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min2018-11-291-5/+6
| * | ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-11-291-1/+2
* | | ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai2018-11-241-71/+52
|/ /
* | ALSA: control: Fix race between adding and removing a user elementTakashi Iwai2018-11-241-35/+45
* | ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2018-11-092-6/+6
|/
* ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai2018-10-121-1/+1
* ALSA: memalloc: Add fall-through annotationTakashi Iwai2018-10-121-0/+1
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-042-3/+23
* ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali2018-09-101-3/+5
* Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai2018-09-041-2/+2
|\
| * ALSA: rawmidi: Initialize allocated buffersTakashi Iwai2018-09-031-2/+2
* | ALSA: memalloc: Add non-cached buffer typeTakashi Iwai2018-08-282-2/+30
* | ALSA: memalloc: Simplify snd_malloc_dev_pages() callsTakashi Iwai2018-08-281-11/+7
* | ALSA: memalloc: Don't align the size to power-of-twoTakashi Iwai2018-08-281-7/+2
* | ALSA: seq: Do error checks at creating system portsTakashi Iwai2018-08-281-3/+15
* | ALSA: seq: add error check in snd_seq_system_client_init()Dan Carpenter2018-08-281-0/+4
* | ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter2018-08-271-2/+2
* | ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali2018-08-271-4/+9
|/
* ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai2018-08-141-2/+3
* ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva2018-08-041-1/+1
* ALSA: compress: Remove empty init and exitTakashi Iwai2018-08-031-12/+0
* ALSA: seq: Drop unused 64bit division macrosTakashi Iwai2018-08-011-24/+0
* ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai2018-08-011-19/+7
* ALSA: seq: Fix leftovers at probe error pathTakashi Iwai2018-08-016-36/+23
* ALSA: seq: Remove dead codesTakashi Iwai2018-08-016-115/+0
* ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai2018-08-014-52/+20
* ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva2018-08-011-0/+1
* ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai2018-07-301-9/+5
* ALSA: seq: virmidi: Offload the output event processingTakashi Iwai2018-07-301-54/+46
* Merge branch 'for-linus' into topic/virmidiTakashi Iwai2018-07-294-8/+14
|\
| * ALSA: virmidi: Fix too long output trigger loopTakashi Iwai2018-07-271-0/+10
| * ALSA: seq: Fix poll() error returnTakashi Iwai2018-07-262-2/+2
| * ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai2018-07-231-6/+2
* | ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai2018-07-271-1/+1
* | ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai2018-07-261-4/+4
* | ALSA: timer: catch invalid timer object creationSrikanth K H2018-07-221-0/+5
* | ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai2018-07-181-4/+5
* | ALSA: rawmidi: Minor code refactoringTakashi Iwai2018-07-171-44/+33
* | ALSA: rawmidi: Simplify error pathsTakashi Iwai2018-07-171-37/+39
* | ALSA: rawmidi: Tidy up coding stylesTakashi Iwai2018-07-171-42/+59
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-07-173-8/+17
|\|
| * ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai2018-07-171-6/+14
| * ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai2018-06-251-1/+2