summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
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
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai
2019-01-23ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai
2019-01-23ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai
2019-01-21ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai
2019-01-21ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai
2019-01-21ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-01-15ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2018-12-18Merge branch 'asoc-4.21' into asoc-nextMark Brown
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla
2018-12-13ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-07Merge branch 'for-linus' into for-nextTakashi Iwai
2018-11-29ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min
2018-11-29ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai
2018-11-24ALSA: control: Consolidate helpers for adding and replacing ctl elementsTakashi Iwai
2018-11-24ALSA: control: Fix race between adding and removing a user elementTakashi Iwai
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai
2018-10-12ALSA: seq: oss: Use the standard fall-through annotationTakashi Iwai
2018-10-12ALSA: memalloc: Add fall-through annotationTakashi Iwai
2018-10-04ALSA: rawmidi: A lightweight function to discard pending bytesTakashi Iwai
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali
2018-09-04Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai
2018-08-28ALSA: memalloc: Add non-cached buffer typeTakashi Iwai