aboutsummaryrefslogtreecommitdiff
path: root/sound/core/compress_offload.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-16ALSA: compress: fix some missing and misplaced \n in messagesGravatar Colin Ian King 1-2/+2
2016-08-22ALSA: compress: Use memdup_user() rather than duplicating its implementationGravatar Markus Elfring 1-7/+3
2016-06-13ALSA: compress: Add function to indicate the stream has gone badGravatar Charles Keepax 1-2/+65
2016-05-09ALSA: compress: Replace complex if statement with switchGravatar Charles Keepax 1-3/+6
2016-05-09ALSA: compress: Fix poll error return codesGravatar Charles Keepax 1-2/+2
2016-05-09ALSA: compress: Remove pointless NULL checkGravatar Charles Keepax 1-4/+3
2016-05-09ALSA: compress: Use snd_compr_get_poll on error pathGravatar Charles Keepax 1-4/+1
2016-03-04ALSA: compress: fix more typosGravatar Vinod Koul 1-2/+2
2016-03-04ALSA: compress: fix some typosGravatar Vinod Koul 1-2/+2
2016-03-04ALSA: compress: Add SNDRV_PCM_STATE_PREPARED state explanationGravatar Vinod Koul 1-0/+3
2016-03-04ALSA: compress: allow writes in SNDRV_PCM_STATE_PREPARED stateGravatar Eric Laurent 1-0/+1
2016-01-25ALSA: compress: Disable GET_CODEC_CAPS ioctl for some architecturesGravatar Takashi Iwai 1-0/+11
2015-12-07ALSA: compress: add support for 32bit calls in a 64bit kernelGravatar Ravindra Lokhande 1-0/+13
2015-11-30ALSA: compress: Pass id string to snd_compress_newGravatar Richard Fitzgerald 1-1/+12
2015-11-30ALSA: compress: Add procfs info file for compressed nodesGravatar Richard Fitzgerald 1-1/+72
2015-02-02ALSA: Simplify snd_device_register() variantsGravatar Takashi Iwai 1-6/+4
2015-02-02ALSA: compress: Embed struct deviceGravatar Takashi Iwai 1-5/+19
2014-07-16ALSA: compress: fix an integer overflow checkGravatar Dan Carpenter 1-1/+1
2014-03-19ALSA: compress: Pass through return value of open ops callbackGravatar Charles Keepax 1-1/+1
2014-01-05ALSA: compress: remove the sample rate checkGravatar Vinod Koul 1-3/+0
2013-11-12ALSA: compress_core: don't return -EBADFD from poll if pausedGravatar Richard Fitzgerald 1-2/+1
2013-11-07ALSA: compress: fix drain calls blocking other compress functions (v6)Gravatar Vinod Koul 1-12/+19
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsGravatar Vinod Koul 1-3/+38
2013-09-26ALSA: compress: Make sure we trigger STOP before closing the stream.Gravatar Liam Girdwood 1-0/+12
2013-09-19ALSA: compress: Fix compress device unregister.Gravatar Liam Girdwood 1-1/+2
2013-07-29ALSA: compress: fix the return value for SNDRV_COMPRESS_VERSIONGravatar Vinod Koul 1-1/+1
2013-04-29ALSA: compress: fix the states to check for allowing readGravatar Vinod Koul 1-2/+10
2013-04-22ALSA: compress: Use kzalloc() for ioctls writing back dataGravatar Takashi Iwai 1-2/+2
2013-04-22ALSA: compress: info leak in snd_compr_get_caps()Gravatar Dan Carpenter 1-0/+1
2013-04-21ALSA: compress_core: Rework writes to use cumulative valuesGravatar Charles Keepax 1-7/+11
2013-04-21ALSA: compress_core: Remove unused hw_pointerGravatar Charles Keepax 1-2/+0
2013-04-21ALSA: compress_core: Add support for capture streamsGravatar Charles Keepax 1-2/+41
2013-04-21ALSA: compress_core: Deconstify copy callback bufferGravatar Charles Keepax 1-3/+5
2013-04-21ALSA: compress_core: Calculate avail correctly for capture streamsGravatar Charles Keepax 1-11/+18
2013-04-21ALSA: compress_core: Update calc_avail to use cumulative valuesGravatar Charles Keepax 1-18/+5
2013-02-14ALSA: compress: add support for gapless playbackGravatar Jeeja KP 1-0/+96
2013-02-11ALSA: core: don't return uninitialized snd_compr_tstampGravatar Richard Fitzgerald 1-6/+12
2012-10-30ALSA: Add a reference counter to card instanceGravatar Takashi Iwai 1-2/+7
2012-09-17ALSA: Compress - add codec parameter checksGravatar Vinod Koul 1-0/+10
2012-09-17ALSA: compress - move the buffer checkGravatar Vinod Koul 1-4/+16
2012-09-14ALSA: compress_core: integer overflow in snd_compr_allocate_buffer()Gravatar Dan Carpenter 1-0/+4
2012-09-11ALSA: compress_core: fix open flags test in snd_compr_open()Gravatar Dan Carpenter 1-5/+3
2012-06-12ALSA: compress_core: cleanup pointers on stopGravatar Vinod Koul 1-0/+4
2012-06-12ALSA: compress_core: don't wake up on pauseGravatar Vinod Koul 1-3/+1
2012-01-24ALSA: Fix memory leak on error in snd_compr_set_params()Gravatar Jesper Juhl 1-5/+8
2011-12-23ALSA: core: add support for compress_offloadGravatar Vinod Koul 1-0/+765