aboutsummaryrefslogtreecommitdiff
path: root/sound/core/compress_offload.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28ALSA: compress_offload: Use guard() for lockingGravatar Takashi Iwai 1-65/+33
2024-02-23ALSA: compress_offload: Use automatic cleanup of kfree()Gravatar Takashi Iwai 1-23/+13
2023-08-17ALSA: compress: Don't embed deviceGravatar Takashi Iwai 1-6/+10
2023-06-21ALSA: compress: allow setting codec params after next trackGravatar Srinivas Kandagatla 1-1/+4
2022-07-13ALSA: compress: Fix kernel doc warningsGravatar Takashi Iwai 1-0/+4
2022-07-13ALSA: compress: Enable kernel doc markers for some functionsGravatar Takashi Iwai 1-2/+3
2021-07-15ALSA: compress: Initialize mutex in snd_compress_new()Gravatar Takashi Iwai 1-0/+1
2021-07-15ALSA: compress: Drop unused functionsGravatar Takashi Iwai 1-68/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-11-27ALSA: compress: allow pause and resume during drainingGravatar Gyeongtaek Lee 1-8/+31
2020-09-03ALSA: compress_offload: remove redundant initializationGravatar Pierre-Louis Bossart 1-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerGravatar Pierre-Louis Bossart 1-1/+2
2020-07-07ALSA: compress: fix partial_drain completion stateGravatar Vinod Koul 1-0/+4
2020-02-18ALSA: core: Implement compress page allocation and free routinesGravatar Cezary Rojewski 1-0/+42
2020-01-03ALSA: core: Constify snd_device_ops definitionsGravatar Takashi Iwai 1-1/+1
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 1-1/+1
2019-10-21ASoC: compress: fix unsigned integer overflow checkGravatar Xiaojun Sang 1-1/+1
2019-07-23ALSA: compress: Be more restrictive about when a drain is allowedGravatar Charles Keepax 1-0/+6
2019-07-23ALSA: compress: Don't allow paritial drain operations on capture streamsGravatar Charles Keepax 1-0/+8
2019-07-23ALSA: compress: Prevent bypasses of set_paramsGravatar Charles Keepax 1-6/+24
2019-07-23ALSA: compress: Fix regression on compressed capture streamsGravatar Charles Keepax 1-5/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Gravatar Thomas Gleixner 1-14/+1
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-10/+1
2019-01-03ALSA: compress: prevent potential divide by zero bugsGravatar Dan Carpenter 1-1/+2
2018-12-14ALSA: compress: make use of runtime buffer for copyGravatar Srinivas Kandagatla 1-3/+15
2018-08-03ALSA: compress: Remove empty init and exitGravatar Takashi Iwai 1-12/+0
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-5/+5
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 1-3/+3
2017-09-18ALSA: compress: Remove unused variableGravatar Guneshwor Singh 1-2/+1
2016-09-16ALSA: compress: fix some missing and misplaced \n in messagesGravatar Colin Ian King 1-2/+2
2016-08-22ALSA: compress: Use memdup_user() rather than duplicating its implementationGravatar Markus Elfring 1-7/+3
2016-06-13ALSA: compress: Add function to indicate the stream has gone badGravatar Charles Keepax 1-2/+65
2016-05-09ALSA: compress: Replace complex if statement with switchGravatar Charles Keepax 1-3/+6
2016-05-09ALSA: compress: Fix poll error return codesGravatar Charles Keepax 1-2/+2
2016-05-09ALSA: compress: Remove pointless NULL checkGravatar Charles Keepax 1-4/+3
2016-05-09ALSA: compress: Use snd_compr_get_poll on error pathGravatar Charles Keepax 1-4/+1
2016-03-04ALSA: compress: fix more typosGravatar Vinod Koul 1-2/+2
2016-03-04ALSA: compress: fix some typosGravatar Vinod Koul 1-2/+2
2016-03-04ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationGravatar Vinod Koul 1-0/+3
2016-03-04ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateGravatar Eric Laurent 1-0/+1
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesGravatar Takashi Iwai 1-0/+11
2015-12-07ALSA: compress: add support for 32bit calls in a 64bit kernelGravatar Ravindra Lokhande 1-0/+13
2015-11-30ALSA: compress: Pass id string to snd_compress_newGravatar Richard Fitzgerald 1-1/+12
2015-11-30ALSA: compress: Add procfs info file for compressed nodesGravatar Richard Fitzgerald 1-1/+72
2015-02-02ALSA: Simplify snd_device_register() variantsGravatar Takashi Iwai 1-6/+4
2015-02-02ALSA: compress: Embed struct deviceGravatar Takashi Iwai 1-5/+19
2014-07-16ALSA: compress: fix an integer overflow checkGravatar Dan Carpenter 1-1/+1
2014-03-19ALSA: compress: Pass through return value of open ops callbackGravatar Charles Keepax 1-1/+1
2014-01-05ALSA: compress: remove the sample rate checkGravatar Vinod Koul 1-3/+0