summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorLines
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai-1/+1
2018-10-12ALSA: memalloc: Add fall-through annotationTakashi Iwai-0/+1
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai-3/+23
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali-3/+5
2018-09-04Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai-2/+2
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai-2/+2
2018-08-28ALSA: memalloc: Add non-cached buffer typeTakashi Iwai-2/+30
2018-08-28ALSA: memalloc: Simplify snd_malloc_dev_pages() callsTakashi Iwai-11/+7
2018-08-28ALSA: memalloc: Don't align the size to power-of-twoTakashi Iwai-7/+2
2018-08-28ALSA: seq: Do error checks at creating system portsTakashi Iwai-3/+15
2018-08-28ALSA: seq: add error check in snd_seq_system_client_init()Dan Carpenter-0/+4
2018-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter-2/+2
2018-08-27ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali-4/+9
2018-08-14ALSA: seq: virmidi: Fix discarding the unsubscribed outputTakashi Iwai-2/+3
2018-08-04ALSA: seq_oss: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-08-04ALSA: seq: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai-12/+0
2018-08-01ALSA: seq: Drop unused 64bit division macrosTakashi Iwai-24/+0
2018-08-01ALSA: seq: Use no intrruptible mutex_lockTakashi Iwai-19/+7
2018-08-01ALSA: seq: Fix leftovers at probe error pathTakashi Iwai-36/+23
2018-08-01ALSA: seq: Remove dead codesTakashi Iwai-115/+0
2018-08-01ALSA: seq: Minor cleanup of MIDI event parser helpersTakashi Iwai-52/+20
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2018-07-30ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macrosTakashi Iwai-9/+5
2018-07-30ALSA: seq: virmidi: Offload the output event processingTakashi Iwai-54/+46
2018-07-29Merge branch 'for-linus' into topic/virmidiTakashi Iwai-8/+14
2018-07-27ALSA: pcm: Fix sparse warning wrt PCM format typeTakashi Iwai-1/+1
2018-07-27ALSA: virmidi: Fix too long output trigger loopTakashi Iwai-0/+10
2018-07-26ALSA: pcm: Use standard lower_32_bits() and upper_32_bits()Takashi Iwai-4/+4
2018-07-26ALSA: seq: Fix poll() error returnTakashi Iwai-2/+2
2018-07-23ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai-6/+2
2018-07-22ALSA: timer: catch invalid timer object creationSrikanth K H-0/+5
2018-07-18ALSA: rawmidi: Use kvmalloc() for buffersTakashi Iwai-4/+5
2018-07-17ALSA: rawmidi: Minor code refactoringTakashi Iwai-44/+33
2018-07-17ALSA: rawmidi: Simplify error pathsTakashi Iwai-37/+39
2018-07-17ALSA: rawmidi: Tidy up coding stylesTakashi Iwai-42/+59
2018-07-17Merge branch 'for-linus' into for-nextTakashi Iwai-8/+17
2018-07-17ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai-6/+14
2018-07-11ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer-4/+10
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood-5/+12
2018-07-04ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injectionTakashi Iwai-7/+2
2018-07-04ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai-8/+11
2018-06-25ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai-1/+2
2018-06-25ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai-1/+1
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-2/+2
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-14/+14