summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2019-06-28ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai
2019-04-16ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai
2019-04-15ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai
2019-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-04-12ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai
2019-04-12ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai
2019-04-12ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai
2019-04-11Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai
2019-04-09ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai
2019-04-09ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai
2019-04-09ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai
2019-04-09ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai
2019-04-09ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai
2019-04-05ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra
2019-03-28Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai
2019-03-27ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai
2019-03-25ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-02-11ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai
2019-02-06ALSA: info: Minor optimizationTakashi Iwai
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai
2019-02-05ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai