Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dc73d6a8d42d208c027b4bcca59a77d045895977
/
sound
/
core
/
pcm.c
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
6581f4e
[ALSA] Remove zero-initialization of static variables
by Takashi Iwai
· 19 years ago
9c323fc
[ALSA] Fix mmap_count with O_APPEND opened streams
by Takashi Iwai
· 19 years ago
0df63e4
[ALSA] Add O_APPEND flag support to PCM
by Takashi Iwai
· 19 years ago
d689e34b
[ALSA] Remove spinlocks around proc prints
by Takashi Iwai
· 19 years ago
bf85020
[ALSA] Remove unneeded read/write_size fields in proc text ops
by Takashi Iwai
· 19 years ago
e88e8ae6
[ALSA] Move OSS-specific hw_params helper to snd-pcm-oss module
by Takashi Iwai
· 19 years ago
b7d90a3
[ALSA] Fix Oops at rmmod with CONFIG_SND_VERBOSE_PROCFS=n
by Takashi Iwai
· 19 years ago
61fb63c
[ALSA] PCM core - introduce CONFIG_SND_PCM_XRUN_DEBUG
by Jaroslav Kysela
· 19 years ago
12831c1
[ALSA] sound/core/pcm.c: make snd_pcm_format_name() static
by Adrian Bunk
· 19 years ago
3bf75f9
[ALSA] Clean up PCM codes (take 2)
by Takashi Iwai
· 19 years ago
bf1bbb5
[ALSA] Tiny clean up of PCM codes
by Takashi Iwai
· 19 years ago
3f72a30
[ALSA] snd_pcm_format_name() is no longer exported
by Jaroslav Kysela
· 19 years ago
1a60d4c
[ALSA] semaphore -> mutex (core part)
by Ingo Molnar
· 19 years ago
21a3479
[ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional
by Jaroslav Kysela
· 19 years ago
e28563c
[ALSA] Optimize for config without PROC_FS
by Takashi Iwai
· 19 years ago
f87135f
[ALSA] dynamic minors (3/6): store device-specific object pointers dynamically
by Clemens Ladisch
· 19 years ago
2af677f
[ALSA] dynamic minors (1/6): store device type in struct snd_minor
by Clemens Ladisch
· 19 years ago
73e77ba
[ALSA] Add error messages
by Takashi Iwai
· 19 years ago
877211f
[ALSA] Remove xxx_t typedefs: PCM
by Takashi Iwai
· 19 years ago
7c22f1a
[ALSA] Remove snd_runtime_check() macro
by Takashi Iwai
· 19 years ago
ca2c096
[ALSA] Replace with kzalloc() - core stuff
by Takashi Iwai
· 19 years ago
123992f
[ALSA] sound/core/: possible cleanups
by Adrian Bunk
· 20 years ago
Next »