summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-4/+4
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | sound: Use octal not symbolic permissionsJoe Perches2018-05-287-14/+14
* | ALSA: seq: fix spelling mistake "Unamed" -> "Unnamed"Colin Ian King2018-05-261-1/+1
* | Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2018-05-182-28/+28
|\ \
| * | ALSA: timer: Assure timer resolution access always lockedTakashi Iwai2018-05-181-8/+15
| * | ALSA: seq: Avoid open-code for getting timer resolutionTakashi Iwai2018-05-181-3/+1
| * | ALSA: timer: Simplify timer hw resolution callsTakashi Iwai2018-05-181-19/+14
| * | ALSA: timer: Fix pause event notificationBen Hutchings2018-05-181-2/+2
* | | ALSA: core: Assure control device to be registered at lastTakashi Iwai2018-05-171-0/+9
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-05-153-4/+5
|\| |
| * | ALSA: control: fix a redundant-copy issueWenwen Wang2018-05-131-2/+1
| |/
| * ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai2018-05-021-0/+2
| * ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai2018-04-271-2/+2
* | ALSA: vmaster: use position offset macro of TLV dataTakashi Sakamoto2018-05-141-7/+9
* | ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()Anna-Maria Gleixner2018-05-041-28/+57
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-04-258-68/+94
|\|
| * ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai2018-04-254-40/+55
| * ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai2018-04-251-4/+8
| * ALSA: pcm: Change return type to vm_fault_tSouptick Joarder2018-04-251-3/+3
| * ALSA: control: Fix missing __user annotationTakashi Iwai2018-04-231-1/+1
| * ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-04-231-0/+1
| * ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-04-232-15/+15
| * ALSA: rawmidi: Fix missing input substream checks in compat ioctlsTakashi Iwai2018-04-191-6/+12
* | ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()Takashi Iwai2018-04-171-21/+16
* | ALSA: pcm: Unify playback and capture poll callbacksTakashi Iwai2018-04-171-55/+19
* | ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai2018-04-174-75/+33
|/
* ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai2018-04-091-1/+1
* ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai2018-04-071-2/+3
* ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai2018-04-031-1/+7
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-026-62/+179
|\
| * ALSA: pcm: Fix mutex unbalance in OSS emulation ioctlsTakashi Iwai2018-03-271-25/+42
| * ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streamsTakashi Iwai2018-03-231-9/+27
| * ALSA: pcm: Avoid potential races between OSS ioctls and read/writeTakashi Iwai2018-03-231-28/+106
| * Merge branch 'for-linus' into for-nextTakashi Iwai2018-03-198-57/+60
| |\
| * | ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai2018-03-131-6/+2
| * | ALSA: pcm: Remove VLA usageTakashi Iwai2018-03-131-7/+12
| * | ALSA: vmaster: Zero-clear ctl before calling slave getTakashi Iwai2018-03-081-1/+1
| * | ALSA: vmaster: Propagate slave errorTakashi Iwai2018-03-081-1/+4
| * | ALSA: control: Fix a bunch of whitespace errorsRichard Fitzgerald2018-02-281-9/+9
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2018-02-282-3/+7
| |\ \
| * | | ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim2018-02-271-2/+2
* | | | ALSA: pcm: potential uninitialized return valuesDan Carpenter2018-03-271-2/+2
* | | | ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-03-261-1/+1
| |_|/ |/| |
* | | ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()Takashi Iwai2018-03-111-4/+6
* | | ALSA: seq: Clear client entry before deleting else at closingTakashi Iwai2018-03-101-2/+2
* | | ALSA: seq: Fix possible UAF in snd_seq_check_queue()Takashi Iwai2018-03-103-37/+25