index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
compress_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
1
-1
/
+1
2020-11-27
ALSA: compress: allow pause and resume during draining
Gyeongtaek Lee
1
-8
/
+31
2020-09-03
ALSA: compress_offload: remove redundant initialization
Pierre-Louis Bossart
1
-1
/
+1
2020-09-03
ALSA: compress_offload: dereference after checking for NULL pointer
Pierre-Louis Bossart
1
-1
/
+2
2020-07-07
ALSA: compress: fix partial_drain completion state
Vinod Koul
1
-0
/
+4
2020-02-18
ALSA: core: Implement compress page allocation and free routines
Cezary Rojewski
1
-0
/
+42
2020-01-03
ALSA: core: Constify snd_device_ops definitions
Takashi Iwai
1
-1
/
+1
2019-11-07
Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
1
-1
/
+1
2019-10-21
ASoC: compress: fix unsigned integer overflow check
Xiaojun Sang
1
-1
/
+1
2019-07-23
ALSA: compress: Be more restrictive about when a drain is allowed
Charles Keepax
1
-0
/
+6
2019-07-23
ALSA: compress: Don't allow paritial drain operations on capture streams
Charles Keepax
1
-0
/
+8
2019-07-23
ALSA: compress: Prevent bypasses of set_params
Charles Keepax
1
-6
/
+24
2019-07-23
ALSA: compress: Fix regression on compressed capture streams
Charles Keepax
1
-5
/
+11
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
Thomas Gleixner
1
-14
/
+1
2019-02-06
ALSA: compress: Remove superfluous snd_info_register() calls
Takashi Iwai
1
-10
/
+1
2019-01-03
ALSA: compress: prevent potential divide by zero bugs
Dan Carpenter
1
-1
/
+2
2018-12-14
ALSA: compress: make use of runtime buffer for copy
Srinivas Kandagatla
1
-3
/
+15
2018-08-03
ALSA: compress: Remove empty init and exit
Takashi Iwai
1
-12
/
+0
2018-05-28
sound: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-5
/
+5
2017-11-27
sound: annotate ->poll() instances
Al Viro
1
-3
/
+3
2017-09-18
ALSA: compress: Remove unused variable
Guneshwor Singh
1
-2
/
+1
2016-09-16
ALSA: compress: fix some missing and misplaced \n in messages
Colin Ian King
1
-2
/
+2
2016-08-22
ALSA: compress: Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-7
/
+3
2016-06-13
ALSA: compress: Add function to indicate the stream has gone bad
Charles Keepax
1
-2
/
+65
2016-05-09
ALSA: compress: Replace complex if statement with switch
Charles Keepax
1
-3
/
+6
2016-05-09
ALSA: compress: Fix poll error return codes
Charles Keepax
1
-2
/
+2
2016-05-09
ALSA: compress: Remove pointless NULL check
Charles Keepax
1
-4
/
+3
2016-05-09
ALSA: compress: Use snd_compr_get_poll on error path
Charles Keepax
1
-4
/
+1
2016-03-04
ALSA: compress: fix more typos
Vinod Koul
1
-2
/
+2
2016-03-04
ALSA: compress: fix some typos
Vinod Koul
1
-2
/
+2
2016-03-04
ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanation
Vinod Koul
1
-0
/
+3
2016-03-04
ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED state
Eric Laurent
1
-0
/
+1
2016-01-25
ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architectures
Takashi Iwai
1
-0
/
+11
2015-12-07
ALSA: compress: add support for 32bit calls in a 64bit kernel
Ravindra Lokhande
1
-0
/
+13
2015-11-30
ALSA: compress: Pass id string to snd_compress_new
Richard Fitzgerald
1
-1
/
+12
2015-11-30
ALSA: compress: Add procfs info file for compressed nodes
Richard Fitzgerald
1
-1
/
+72
2015-02-02
ALSA: Simplify snd_device_register() variants
Takashi Iwai
1
-6
/
+4
2015-02-02
ALSA: compress: Embed struct device
Takashi Iwai
1
-5
/
+19
2014-07-16
ALSA: compress: fix an integer overflow check
Dan Carpenter
1
-1
/
+1
2014-03-19
ALSA: compress: Pass through return value of open ops callback
Charles Keepax
1
-1
/
+1
2014-01-05
ALSA: compress: remove the sample rate check
Vinod Koul
1
-3
/
+0
2013-11-12
ALSA: compress_core: don't return -EBADFD from poll if paused
Richard Fitzgerald
1
-2
/
+1
2013-11-07
ALSA: compress: fix drain calls blocking other compress functions (v6)
Vinod Koul
1
-12
/
+19
2013-10-24
ALSA: compress: fix drain calls blocking other compress functions
Vinod Koul
1
-3
/
+38
2013-09-26
ALSA: compress: Make sure we trigger STOP before closing the stream.
Liam Girdwood
1
-0
/
+12
2013-09-19
ALSA: compress: Fix compress device unregister.
Liam Girdwood
1
-1
/
+2
2013-07-29
ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSION
Vinod Koul
1
-1
/
+1
2013-04-29
ALSA: compress: fix the states to check for allowing read
Vinod Koul
1
-2
/
+10
2013-04-22
ALSA: compress: Use kzalloc() for ioctls writing back data
Takashi Iwai
1
-2
/
+2
[next]