summaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+1Star
* 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/+0Star
* 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/+1Star
* 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/+3Star
* 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/+3Star
* ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax2016-05-091-4/+1Star
* 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/+4Star
* 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/+0Star
* ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald2013-11-121-2/+1Star
* ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-071-12/+19
* ALSA: compress: fix drain calls blocking other compress functionsVinod Koul2013-10-241-3/+38
* ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood2013-09-261-0/+12
* ALSA: compress: Fix compress device unregister.Liam Girdwood2013-09-191-1/+2
* ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul2013-07-291-1/+1
* ALSA: compress: fix the states to check for allowing readVinod Koul2013-04-291-2/+10
* ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai2013-04-221-2/+2
* ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter2013-04-221-0/+1
* ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax2013-04-211-7/+11
* ALSA: compress_core: Remove unused hw_pointerCharles Keepax2013-04-211-2/+0Star
* ALSA: compress_core: Add support for capture streamsCharles Keepax2013-04-211-2/+41
* ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-211-3/+5
* ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax2013-04-211-11/+18
* ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax2013-04-211-18/+5Star
* ALSA: compress: add support for gapless playbackJeeja KP2013-02-141-0/+96
* ALSA: core: don't return uninitialized snd_compr_tstampRichard Fitzgerald2013-02-111-6/+12