aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13ALSA: compress: Fix kernel doc warningsTakashi Iwai1-0/+4
2022-07-13ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai1-2/+3
2021-07-15ALSA: compress: Initialize mutex in snd_compress_new()Takashi Iwai1-0/+1
2021-07-15ALSA: compress: Drop unused functionsTakashi Iwai1-68/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-11-27ALSA: compress: allow pause and resume during drainingGyeongtaek Lee1-8/+31
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart1-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart1-1/+2
2020-07-07ALSA: compress: fix partial_drain completion stateVinod Koul1-0/+4
2020-02-18ALSA: core: Implement compress page allocation and free routinesCezary Rojewski1-0/+42
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-11-07Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+1
2019-10-21ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1
2019-07-23ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-07-23ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-07-23ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-07-23ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-14/+1
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+1
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter1-1/+2
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla1-3/+15
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai1-12/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2017-11-27sound: annotate ->poll() instancesAl Viro1-3/+3
2017-09-18ALSA: compress: Remove unused variableGuneshwor Singh1-2/+1
2016-09-16ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King1-2/+2
2016-08-22ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-7/+3
2016-06-13ALSA: compress: Add function to indicate the stream has gone badCharles Keepax1-2/+65
2016-05-09ALSA: compress: Replace complex if statement with switchCharles Keepax1-3/+6
2016-05-09ALSA: compress: Fix poll error return codesCharles Keepax1-2/+2
2016-05-09ALSA: compress: Remove pointless NULL checkCharles Keepax1-4/+3
2016-05-09ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax1-4/+1
2016-03-04ALSA: compress: fix more typosVinod Koul1-2/+2
2016-03-04ALSA: compress: fix some typosVinod Koul1-2/+2
2016-03-04ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul1-0/+3
2016-03-04ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent1-0/+1
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai1-0/+11
2015-12-07ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande1-0/+13
2015-11-30ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald1-1/+12
2015-11-30ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald1-1/+72
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-6/+4
2015-02-02ALSA: compress: Embed struct deviceTakashi Iwai1-5/+19
2014-07-16ALSA: compress: fix an integer overflow checkDan Carpenter1-1/+1
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax1-1/+1
2014-01-05ALSA: compress: remove the sample rate checkVinod Koul1-3/+0
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald1-2/+1
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul1-12/+19
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsVinod Koul1-3/+38
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood1-0/+12