summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+4Star
|\
| * ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai2019-02-081-16/+4Star
* | 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/+8Star
* | ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-062-30/+14Star
* | ALSA: info: Minor optimizationTakashi Iwai2019-02-061-15/+8Star
* | 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/+1Star
* | ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-062-65/+37Star
* | ALSA: info: Always register entries recursivelyTakashi Iwai2019-02-051-31/+34
* | ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai2019-02-051-0/+2
* | ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski2019-01-311-2/+0Star
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-01-292-2/+10
|\|
| * ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai2019-01-251-1/+8
| * Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-01-181-1/+2
| |\
| | * ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-01-031-1/+2
* | | ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai2019-01-251-3/+2Star
* | | Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-243-126/+169
|\ \ \
| * | | ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai2019-01-231-52/+16Star
| * | | ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai2019-01-231-14/+2Star
| * | | ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2019-01-231-44/+122
| * | | ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai2019-01-211-5/+3Star
| * | | ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2019-01-211-14/+20
| * | | ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai2019-01-213-7/+11
| * | | ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai2019-01-211-3/+8
| |/ /
* | | ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai2019-01-241-2/+10
* | | ALSA: pcm: Simplify proc file destructionTakashi Iwai2019-01-242-69/+13Star
* | | ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-242-4/+1Star
* | | ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai2019-01-151-8/+3Star
* | | ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai2019-01-151-0/+26
|/ /
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* | Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2018-12-181-3/+15
|\|
| * Merge branch 'asoc-4.21' into asoc-nextMark Brown2018-12-181-3/+15
| |\
| | * ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla2018-12-141-3/+15
* | | ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-131-0/+2
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2018-12-071-6/+8
|\| |
| * | ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min2018-11-291-5/+6
| * | ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-11-291-1/+2
* | | ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai2018-11-241-71/+52Star
|/ /
* | ALSA: control: Fix race between adding and removing a user elementTakashi Iwai2018-11-241-35/+45
* | ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2018-11-092-6/+6
|/
* ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai2018-10-121-1/+1
* ALSA: memalloc: Add fall-through annotationTakashi Iwai2018-10-121-0/+1
* ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai2018-10-042-3/+23
* ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali2018-09-101-3/+5
* Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai2018-09-041-2/+2
|\
| * ALSA: rawmidi: Initialize allocated buffersTakashi Iwai2018-09-031-2/+2