summaryrefslogtreecommitdiff
path: root/sound/core/compress_offload.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* sound: annotate ->poll() instancesAl Viro2017-11-27
* ALSA: compress: Remove unused variableGuneshwor Singh2017-09-18
* ALSA: compress: fix some missing and misplaced \n in messagesColin Ian King2016-09-16
* ALSA: compress: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-22
* ALSA: compress: Add function to indicate the stream has gone badCharles Keepax2016-06-13
* ALSA: compress: Replace complex if statement with switchCharles Keepax2016-05-09
* ALSA: compress: Fix poll error return codesCharles Keepax2016-05-09
* ALSA: compress: Remove pointless NULL checkCharles Keepax2016-05-09
* ALSA: compress: Use snd_compr_get_poll on error pathCharles Keepax2016-05-09
* ALSA: compress: fix more typosVinod Koul2016-03-04
* ALSA: compress: fix some typosVinod Koul2016-03-04
* ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationVinod Koul2016-03-04
* ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateEric Laurent2016-03-04
* ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesTakashi Iwai2016-01-25
* ALSA: compress: add support for 32bit calls in a 64bit kernelRavindra Lokhande2015-12-07
* ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald2015-11-30
* ALSA: compress: Add procfs info file for compressed nodesRichard Fitzgerald2015-11-30
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-02
* ALSA: compress: Embed struct deviceTakashi Iwai2015-02-02
* ALSA: compress: fix an integer overflow checkDan Carpenter2014-07-16
* ALSA: compress: Pass through return value of open ops callbackCharles Keepax2014-03-19
* ALSA: compress: remove the sample rate checkVinod Koul2014-01-05
* ALSA: compress_core: don't return -EBADFD from poll if pausedRichard Fitzgerald2013-11-12
* ALSA: compress: fix drain calls blocking other compress functions (v6)Vinod Koul2013-11-07
* ALSA: compress: fix drain calls blocking other compress functionsVinod Koul2013-10-24
* ALSA: compress: Make sure we trigger STOP before closing the stream.Liam Girdwood2013-09-26
* ALSA: compress: Fix compress device unregister.Liam Girdwood2013-09-19
* ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONVinod Koul2013-07-29
* ALSA: compress: fix the states to check for allowing readVinod Koul2013-04-29
* ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai2013-04-22
* ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter2013-04-22
* ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax2013-04-21
* ALSA: compress_core: Remove unused hw_pointerCharles Keepax2013-04-21
* ALSA: compress_core: Add support for capture streamsCharles Keepax2013-04-21
* ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-21
* ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax2013-04-21
* ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax2013-04-21
* ALSA: compress: add support for gapless playbackJeeja KP2013-02-14
* ALSA: core: don't return uninitialized snd_compr_tstampRichard Fitzgerald2013-02-11
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-30
* ALSA: Compress - add codec parameter checksVinod Koul2012-09-17
* ALSA: compress - move the buffer checkVinod Koul2012-09-17
* ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()Dan Carpenter2012-09-14
* ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter2012-09-11
* ALSA: compress_core: cleanup pointers on stopVinod Koul2012-06-12
* ALSA: compress_core: don't wake up on pauseVinod Koul2012-06-12
* ALSA: Fix memory leak on error in snd_compr_set_params()Jesper Juhl2012-01-24
* ALSA: core: add support for compress_offloadVinod Koul2011-12-23