aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai1-16/+4
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai1-1/+8
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter1-1/+2
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+15
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown1-3/+15
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla1-3/+15
2018-12-13ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-07Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+8
2018-11-29ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min1-5/+6
2018-11-29ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai1-1/+2
2018-11-24ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai1-71/+52
2018-11-24ALSA: control: Fix race between adding and removing a user elementTakashi Iwai1-35/+45
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2-6/+6
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai1-1/+1
2018-10-12ALSA: memalloc: Add fall-through annotationTakashi Iwai1-0/+1
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2-3/+23
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali1-3/+5
2018-09-04Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai1-2/+2
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
2018-08-28ALSA: memalloc: Add non-cached buffer typeTakashi Iwai2-2/+30
2018-08-28ALSA: memalloc: Simplify snd_malloc_dev_pages() callsTakashi Iwai1-11/+7
2018-08-28ALSA: memalloc: Don't align the size to power-of-twoTakashi Iwai1-7/+2
2018-08-28ALSA: seq: Do error checks at creating system portsTakashi Iwai1-3/+15
2018-08-28ALSA: seq: add error check in snd_seq_system_client_init()Dan Carpenter1-0/+4
2018-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter1-2/+2
2018-08-27ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali1-4/+9
2018-08-14ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai1-2/+3
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-04ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai1-12/+0
2018-08-01ALSA: seq: Drop unused 64bit division macrosTakashi Iwai1-24/+0
2018-08-01ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai1-19/+7
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai6-36/+23
2018-08-01ALSA: seq: Remove dead codesTakashi Iwai6-115/+0
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai4-52/+20
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-30ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai1-9/+5
2018-07-30ALSA: seq: virmidi: Offload the output event processingTakashi Iwai1-54/+46
2018-07-29Merge branch 'for-linus' into topic/virmidiTakashi Iwai4-8/+14
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai1-1/+1
2018-07-27ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-07-26ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai1-4/+4
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai2-2/+2
2018-07-23ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai1-6/+2
2018-07-22ALSA: timer: catch invalid timer object creationSrikanth K H1-0/+5
2018-07-18ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai1-4/+5
2018-07-17ALSA: rawmidi: Minor code refactoringTakashi Iwai1-44/+33
2018-07-17ALSA: rawmidi: Simplify error pathsTakashi Iwai1-37/+39