aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
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
2018-07-17ALSA: rawmidi: Tidy up coding stylesTakashi Iwai1-42/+59
2018-07-17Merge branch 'for-linus' into for-nextTakashi Iwai3-8/+17
2018-07-17ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14
2018-07-11ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer1-4/+10
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood1-5/+12
2018-07-04ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injectionTakashi Iwai2-7/+2
2018-07-04ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai4-8/+11
2018-06-25ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai1-1/+2
2018-06-25ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai1-1/+1
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-4/+4
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-05-28sound: Use octal not symbolic permissionsJoe Perches7-14/+14
2018-05-26ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King1-1/+1
2018-05-18Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2-28/+28
2018-05-18ALSA: timer: Assure timer resolution access always lockedTakashi Iwai1-8/+15
2018-05-18ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai1-3/+1
2018-05-18ALSA: timer: Simplify timer hw resolution callsTakashi Iwai1-19/+14
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai1-0/+9
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai3-4/+5
2018-05-14ALSA: vmaster: use position offset macro of TLV dataTakashi Sakamoto1-7/+9
2018-05-13ALSA: control: fix a redundant-copy issueWenwen Wang1-2/+1
2018-05-04ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()Anna-Maria Gleixner1-28/+57
2018-05-02ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai1-0/+2