summaryrefslogtreecommitdiffstats
path: root/sound/core/compress_offload.c
Commit message (Expand)AuthorAgeFilesLines
* 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