Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b160628e9ebcdc85d0db9d7f423c26b3c7c179d0
/
sound
/
core
/
pcm.c
5471e97
ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls
by Takashi Iwai
· 3 years, 1 month ago
e1dc219
ALSA: pcm: use DEVICE_ATTR_RO macro
by YueHaibing
· 3 years, 7 months ago
8d19b4e
ALSA: pcm: Use for_each_pcm_substream() macro
by Takashi Iwai
· 3 years, 11 months ago
29bb274
ALSA: pcm: Call sync_stop at disconnection
by Takashi Iwai
· 3 years, 11 months ago
75b1a8f
ALSA: Convert strlcpy to strscpy when return value is unused
by Joe Perches
· 4 years ago
931522b
ALSA: core: pcm: simplify locking for timers
by Pierre-Louis Bossart
· 4 years, 4 months ago
296a37f
ALSA: pcm: Fix superfluous snprintf() usage
by Takashi Iwai
· 4 years, 10 months ago
d03af9b
ALSA: pcm: More constifications
by Takashi Iwai
· 5 years ago
f15ee21
ALSA: core: Constify snd_device_ops definitions
by Takashi Iwai
· 5 years ago
3ddee7f
ALSA: Avoid using timespec for struct snd_pcm_status
by Baolin Wang
· 7 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
734b5a0
ALSA: Replace snd_malloc_pages() and snd_free_pages() with standard helpers, take#2
by Takashi Iwai
· 6 years ago
a8d1498
ALSA: pcm: Remove superfluous snd_info_register() calls
by Takashi Iwai
· 6 years ago
205d6bc
Merge branch 'topic/pcm-lock-refactor' into for-next
by Takashi Iwai
· 6 years ago
480e32e
ALSA: pcm: Simplify proc file destruction
by Takashi Iwai
· 6 years ago
73365cb
ALSA: pcm: Unify snd_pcm_group initialization
by Takashi Iwai
· 6 years ago
3d21ef0
ALSA: pcm: Suspend streams globally via device type PM ops
by Takashi Iwai
· 6 years ago
94ffb03
ALSA: pcm: Fix potential Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
e647f5a5
ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injection
by Takashi Iwai
· 6 years ago
9cd641e
ALSA: pcm: trace XRUN event at injection, too
by Takashi Iwai
· 6 years ago
6a73cf4
sound: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
a820ccb
ALSA: pcm: Fix UAF at PCM release via PCM timer access
by Takashi Iwai
· 7 years ago
362bca57
ALSA: pcm: prevent UAF in snd_pcm_info
by Robb Glasser
· 7 years ago
6ca73de
ALSA: pcm: Forcibly stop at disconnect callback
by Takashi Iwai
· 7 years ago
8b645e4
ALSA: pcm: Don't call register and disconnect callbacks for internal PCM
by Takashi Iwai
· 7 years ago
e6b4c52
ALSA: pcm: Correct broken procfs set up
by Takashi Iwai
· 7 years ago
c8da9be
ALSA: pcm: Adjust nine function calls together with a variable assignment
by Markus Elfring
· 7 years ago
97d15a1
ALSA: pcm: Use common error handling code in _snd_pcm_new()
by Markus Elfring
· 7 years ago
343fe85
ALSA: pcm: constify attribute_group structures.
by Arvind Yadav
· 8 years ago
2c4842d
ALSA: pcm: add local header file for snd-pcm module
by Takashi Sakamoto
· 8 years ago
9aee03f
ALSA: pcm: use "do {} while (0)" for empty macro
by Arnd Bergmann
· 8 years ago
58f30d6
ALSA: pcm: Build pcm notifier code conditionally
by Takashi Iwai
· 8 years ago
a8ff48c
ALSA: pcm: Free chmap at PCM free callback, too
by Takashi Iwai
· 8 years ago
0052b7d
ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type because this structure had been removed
by Takashi Sakamoto
· 9 years ago
60b9303
ALSA: pcm: Fix pcm_class sysfs output
by Takashi Iwai
· 10 years ago
cd6a650
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
by Jie Yang
· 10 years ago
ec0e993
ALSA: core: Drop superfluous error/debug messages after malloc failures
by Takashi Iwai
· 10 years ago
b202213
ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()
by Takashi Iwai
· 10 years ago
646e1dd
ALSA: pcm: Don't notify internal PCMs
by Takashi Iwai
· 10 years ago
b95bd3a
ALSA: pcm: Don't add internal PCMs to PCM device list
by Takashi Iwai
· 10 years ago
ad876c8
ALSA: pcm: Minor refactoring in snd_pcm_attach_substream()
by Takashi Iwai
· 10 years ago
40a4b26
ALSA: Simplify snd_device_register() variants
by Takashi Iwai
· 10 years ago
ef46c7a
ALSA: pcm: Embed struct device
by Takashi Iwai
· 10 years ago
23c18d4
ALSA: control: Provide a helper to look for the preferred subdevice
by Takashi Iwai
· 11 years ago
92b7952
ALSA: Allow to pass the device object to snd_register_device*()
by Takashi Iwai
· 10 years ago
5031466
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 10 years ago
d42472e
ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample format
by Jussi Laako
· 10 years ago
2b30d41
ALSA: pcm: Add xrun_injection proc entry
by Takashi Iwai
· 10 years ago
30b771c
ALSA: pcm: More kerneldoc updates
by Takashi Iwai
· 10 years ago
d4288d3
ALSA: pcm: add new DSD sampleformat for native DSD playback on XMOS based devices
by Jurgen Kramer
· 10 years ago
257f8cc
ALSA: pcm: Allow nonatomic trigger operations
by Takashi Iwai
· 10 years ago
caa751b
ALSA: Create sysfs attribute files via groups
by Takashi Iwai
· 11 years ago
09e56df
ALSA: pcm: Use standard printk helpers
by Takashi Iwai
· 11 years ago
8eeaa2f
ALSA: Replace with IS_ENABLED()
by Takashi Iwai
· 11 years ago
a4461f4
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
by Russell King
· 11 years ago
ef7a4f9
ALSA: add DSD formats
by Daniel Mack
· 12 years ago
eb7c06e
ALSA: add/change some comments describing function return values
by Yacine Belkadi
· 12 years ago
51d503d
ALSA: PCM: Remove redundant null check before kfree
by Sachin Kamat
· 12 years ago
0914f79
ALSA: Avoid endless sleep after disconnect
by Takashi Iwai
· 12 years ago
9b0573c0
ALSA: PCM: Fix some races at disconnection
by Takashi Iwai
· 12 years ago
2d3391e
ALSA: PCM: channel mapping API implementation
by Takashi Iwai
· 12 years ago
250f671
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
945e503
ALSA: PCM - Add PCM creation API for internal PCMs.
by Liam Girdwood
· 13 years ago
da155d5
sound: Add module.h to the previously silent sound users
by Paul Gortmaker
· 13 years ago
fea952e
ALSA: core: sparse cleanups
by Clemens Ladisch
· 14 years ago
4e83998
Merge branch 'fix/misc' into topic/misc
by Takashi Iwai
· 14 years ago
901d46d
ALSA: pcm - Fix race with proc files
by Takashi Iwai
· 14 years ago
9fe856e
sound: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
7a28826
ALSA: pcm: add more format names
by Dan Carpenter
· 14 years ago
ed77134
PM QOS update
by Mark Gross
· 15 years ago
c91a988
ALSA: pcm_core: Fix wake_up() optimization
by Jaroslav Kysela
· 15 years ago
4d96eb2
ALSA: pcm_lib - add possibility to log last 10 DMA ring buffer positions
by Jaroslav Kysela
· 15 years ago
e7373b7
sound: pcm: record a substream's owner process
by Clemens Ladisch
· 15 years ago
25d27ed
control: use reference-counted pid
by Clemens Ladisch
· 15 years ago
4b3be6a
ALSA: sound: Move dereference after NULL test and drop unnecessary NULL tests
by Julia Lawall
· 15 years ago
6e5265e
ALSA: Re-export snd_pcm_format_name() function
by Takashi Iwai
· 15 years ago
e0d2054
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 16 years ago
85122ea
ALSA: Remove unneeded snd_pcm_substream.timer_lock
by Takashi Iwai
· 16 years ago
e616165
ALSA: snd_pcm_new api cleanup
by Tim Blechmann
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
f90c06a
ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE
by Pawel MOLL
· 16 years ago
896e6cc
sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE"
by Jaroslav Kysela
· 16 years ago
9423969
ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE
by Pawel MOLL
· 16 years ago
399ccdc
ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*()
by Takashi Iwai
· 16 years ago
8c12158
[ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLE
by Jaroslav Kysela
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
31e8960
[ALSA] Remove PCM sleep_min and tick
by Takashi Iwai
· 17 years ago
d948035
[ALSA] Remove PCM xfer_align sw params
by Takashi Iwai
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
c2902c8
[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED
by Takashi Iwai
· 18 years ago
9244b2c
[ALSA] alsa core: convert to list_for_each_entry*
by Johannes Berg
· 18 years ago
c78085f
[ALSA] alsa core: add struct device pointer to struct snd_pcm
by Johannes Berg
· 18 years ago
4d36128
[ALSA] sound: fix PCM substream list
by Akinobu Mita
· 18 years ago
d80f19f
Driver core: convert sound core to use struct device
by Greg Kroah-Hartman
· 18 years ago
9442e69
[PATCH] maximum latency tracking: ALSA support
by Takashi Iwai
· 18 years ago
9d19f48
[ALSA] Add pcm_class attribute to PCM sysfs entry
by Takashi Iwai
· 18 years ago
2529bba
[ALSA] Fix substream selection in PCM and rawmidi
by Takashi Iwai
· 18 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 19 years ago
746d4a0
[ALSA] Fix disconnection of proc interface
by Takashi Iwai
· 19 years ago
Next »