summaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: compress: Don't embed deviceTakashi Iwai2023-08-171-6/+10
* ALSA: compress: allow setting codec params after next trackSrinivas Kandagatla2023-06-211-1/+4
* ALSA: compress: Fix kernel doc warningsTakashi Iwai2022-07-131-0/+4
* ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai2022-07-131-2/+3
* ALSA: compress: Initialize mutex in snd_compress_new()Takashi Iwai2021-07-151-0/+1
* ALSA: compress: Drop unused functionsTakashi Iwai2021-07-151-68/+0
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: compress: allow pause and resume during drainingGyeongtaek Lee2020-11-271-8/+31
* ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart2020-09-031-1/+1
* ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart2020-09-031-1/+2
* ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-071-0/+4
* ALSA: core: Implement compress page allocation and free routinesCezary Rojewski2020-02-181-0/+42
* ALSA: core: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-11-071-1/+1
|\
| * ASoC: compress: fix unsigned integer overflow checkXiaojun Sang2019-10-211-1/+1
* | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6
* | ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-07-231-0/+8
* | ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-07-231-6/+24
* | ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-07-231-5/+11
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-14/+1
* ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+1
* ALSA: compress: prevent potential divide by zero bugsDan Carpenter2019-01-031-1/+2
* ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla2018-12-141-3/+15
* ALSA: compress: Remove empty init and exitTakashi Iwai2018-08-031-12/+0
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* sound: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* ALSA: compress: Remove unused variableGuneshwor Singh2017-09-181-2/+1
* ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King2016-09-161-2/+2
* ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-221-7/+3
* ALSA: compress: Add function to indicate the stream has gone badCharles Keepax2016-06-131-2/+65
* ALSA: compress: Replace complex if statement with switchCharles Keepax2016-05-091-3/+6
* ALSA: compress: Fix poll error return codesCharles Keepax2016-05-091-2/+2
* ALSA: compress: Remove pointless NULL checkCharles Keepax2016-05-091-4/+3
* ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax2016-05-091-4/+1
* ALSA: compress: fix more typosVinod Koul2016-03-041-2/+2
* ALSA: compress: fix some typosVinod Koul2016-03-041-2/+2
* ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul2016-03-041-0/+3
* ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent2016-03-041-0/+1
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-01-251-0/+11
* ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande2015-12-071-0/+13
* ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald2015-11-301-1/+12
* ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald2015-11-301-1/+72
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-6/+4
* ALSA: compress: Embed struct deviceTakashi Iwai2015-02-021-5/+19
* ALSA: compress: fix an integer overflow checkDan Carpenter2014-07-161-1/+1
* ALSA: compress: Pass through return value of open ops callbackCharles Keepax2014-03-191-1/+1
* ALSA: compress: remove the sample rate checkVinod Koul2014-01-051-3/+0
* ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald2013-11-121-2/+1
* ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-071-12/+19