summaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* 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/+5
* 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
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-2/+7
* ALSA: Compress - add codec parameter checksVinod Koul2012-09-171-0/+10
* ALSA: compress - move the buffer checkVinod Koul2012-09-171-4/+16
* ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()Dan Carpenter2012-09-141-0/+4
* ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter2012-09-111-5/+3
* ALSA: compress_core: cleanup pointers on stopVinod Koul2012-06-121-0/+4
* ALSA: compress_core: don't wake up on pauseVinod Koul2012-06-121-3/+1
* ALSA: Fix memory leak on error in snd_compr_set_params()Jesper Juhl2012-01-241-5/+8
* ALSA: core: add support for compress_offloadVinod Koul2011-12-231-0/+765
OpenPOWER on IntegriCloud