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