summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai1-2/+18
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai1-36/+26
2019-03-25ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai1-1/+8
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai1-21/+22
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-3/+4
2019-03-21ALSA: rawmidi: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali1-0/+4
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai1-16/+4
2019-02-11ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan1-0/+8
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai1-16/+4
2019-02-08ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning voidTakashi Iwai1-21/+8
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai2-30/+14
2019-02-06ALSA: info: Minor optimizationTakashi Iwai1-15/+8
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2-5/+5
2019-02-06ALSA: info: Add standard helpers for card proc file entriesTakashi Iwai1-0/+32
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+1
2019-02-06ALSA: pcm: Remove superfluous snd_info_register() callsTakashi Iwai2-65/+37
2019-02-05ALSA: info: Always register entries recursivelyTakashi Iwai1-31/+34
2019-02-05ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai1-0/+2
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski1-2/+0
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+10
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai1-1/+8
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai1-3/+2
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai3-126/+169
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai1-2/+10
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai2-69/+13
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2-4/+1
2019-01-23ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai1-52/+16
2019-01-23ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai1-14/+2
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai1-44/+122
2019-01-21ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai1-5/+3
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai1-14/+20
2019-01-21ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai3-7/+11
2019-01-21ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai1-3/+8
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai1-1/+2
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai1-8/+3
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai1-0/+26
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter1-1/+2
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai1-3/+15
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown1-3/+15
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla1-3/+15
2018-12-13ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2018-12-07Merge branch 'for-linus' into for-nextTakashi Iwai1-6/+8
2018-11-29ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min1-5/+6
2018-11-29ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai1-1/+2
2018-11-24ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai1-71/+52
2018-11-24ALSA: control: Fix race between adding and removing a user elementTakashi Iwai1-35/+45
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai2-6/+6
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai1-1/+1