summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3074-1130/+74
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-0915-241/+270
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2019-05-062-11/+19
| |\
| * | ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-173-7/+37
| * | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai2019-04-151-1/+6
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2019-04-135-28/+39
| |\ \
| * | | ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai2019-04-123-5/+49
| * | | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai2019-04-124-42/+12
| * | | ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai2019-04-121-1/+1
| * | | Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai2019-04-111-7/+2
| * | | ALSA: timer: Coding style fixesTakashi Iwai2019-04-101-4/+16
| * | | ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai2019-04-101-19/+20
| * | | ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai2019-04-093-15/+13
| * | | ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai2019-04-091-2/+7
| * | | ALSA: seq: Remove superfluous irqsave flagsTakashi Iwai2019-04-094-35/+25
| * | | ALSA: seq: Align temporary re-locking with irqsave versionTakashi Iwai2019-04-092-4/+4
| * | | ALSA: seq: Use kvmalloc() for cell poolsTakashi Iwai2019-04-091-5/+5
| * | | ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-091-5/+6
| * | | Merge branch 'topic/timer-fixes' into for-nextTakashi Iwai2019-03-281-49/+74
| |\ \ \
| | * | | ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai2019-03-271-12/+33
| | * | | ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-271-6/+4
| | * | | ALSA: timer: Make sure to clear pending ack listTakashi Iwai2019-03-271-2/+18
| | * | | ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-271-36/+26
| * | | | ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, ...Takashi Iwai2019-03-272-57/+10
| |/ / /
* | | / *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-064-4/+4
| |_|/ |/| |
* | | ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-161-9/+9
* | | ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-161-2/+10
| |/ |/|
* | ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-051-3/+3
* | ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-03-251-1/+8
* | ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai2019-03-221-21/+22
* | ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-211-3/+4
* | ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-03-211-0/+2
|/
* ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali2019-02-131-0/+4
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-02-131-16/+4
|\
| * ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai2019-02-081-16/+4
* | ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-02-111-0/+8
* | ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai2019-02-081-21/+8
* | ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-062-30/+14
* | ALSA: info: Minor optimizationTakashi Iwai2019-02-061-15/+8
* | ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-062-5/+5
* | ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai2019-02-061-0/+32
* | ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+1
* | ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-062-65/+37