aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
AgeCommit message (Expand)Author
2020-08-03ALSA: compress: fix partial_drain completion stateVinod Koul
2020-01-19ASoC: compress: fix unsigned integer overflow checkXiaojun Sang
2019-08-16ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax
2019-08-16ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax
2019-08-16ALSA: compress: Prevent bypasses of set_paramsCharles Keepax
2019-08-16ALSA: compress: Fix regression on compressed capture streamsCharles Keepax
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner
2019-02-06ALSA: compress: Remove superfluous snd_info_register() callsTakashi Iwai
2019-01-03ALSA: compress: prevent potential divide by zero bugsDan Carpenter
2018-12-14ALSA: compress: make use of runtime buffer for copySrinivas Kandagatla
2018-08-03ALSA: compress: Remove empty init and exitTakashi Iwai
2018-05-28sound: Use octal not symbolic permissionsJoe Perches
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-09-18ALSA: compress: Remove unused variableGuneshwor Singh
2016-09-16ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King
2016-08-22ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2016-06-13ALSA: compress: Add function to indicate the stream has gone badCharles Keepax
2016-05-09ALSA: compress: Replace complex if statement with switchCharles Keepax
2016-05-09ALSA: compress: Fix poll error return codesCharles Keepax
2016-05-09ALSA: compress: Remove pointless NULL checkCharles Keepax
2016-05-09ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax
2016-03-04ALSA: compress: fix more typosVinod Koul
2016-03-04ALSA: compress: fix some typosVinod Koul
2016-03-04ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul
2016-03-04ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai
2015-12-07ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande
2015-11-30ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald
2015-11-30ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai
2015-02-02ALSA: compress: Embed struct deviceTakashi Iwai
2014-07-16ALSA: compress: fix an integer overflow checkDan Carpenter
2014-03-19ALSA: compress: Pass through return value of open ops callbackCharles Keepax
2014-01-05ALSA: compress: remove the sample rate checkVinod Koul
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsVinod Koul
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood
2013-09-19ALSA: compress: Fix compress device unregister.Liam Girdwood
2013-07-29ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul
2013-04-29ALSA: compress: fix the states to check for allowing readVinod Koul
2013-04-22ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai
2013-04-22ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter
2013-04-21ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax
2013-04-21ALSA: compress_core: Remove unused hw_pointerCharles Keepax
2013-04-21ALSA: compress_core: Add support for capture streamsCharles Keepax
2013-04-21ALSA: compress_core: Deconstify copy callback bufferCharles Keepax
2013-04-21ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax
2013-04-21ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax