summaryrefslogtreecommitdiff
path: root/sound/core/pcm_native.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-04ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-05-16ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto1-5/+1
2019-04-05ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan1-0/+8
2019-04-03ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai1-1/+8
2018-12-13ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai1-1/+2
2018-12-13ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min1-5/+6
2018-05-02ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson1-0/+1
2018-04-08ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese1-1/+1
2016-09-06ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP1-1/+3
2016-05-09ALSA: pcm: Fix poll error return codesCharles Keepax1-2/+2
2016-02-18ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai1-2/+14
2015-11-30ALSA: pcm: constify action_ops structuresJulia Lawall1-13/+13
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang1-20/+16
2015-09-29ALSA: pcm: Avoid double hw_free calls at releasing a streamTakashi Iwai1-1/+2
2015-09-24ALSA: core: check for underflow in snd_pcm_sw_params()Dan Carpenter1-1/+2
2015-07-17ALSA: pcm: Fix lockdep warning with nonatomic PCM opsTakashi Iwai1-1/+1
2015-04-16Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+38
2015-04-12pcm: another weird API abuseAl Viro1-19/+20
2015-04-12Merge branch 'iocb' into for-nextAl Viro1-1/+1
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-06Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai1-0/+2
2015-02-23ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai1-0/+2
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart1-0/+24
2015-02-20ALSA: core: pass audio tstamp config from userspacePierre-Louis Bossart1-3/+14
2015-02-09ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart1-1/+3
2015-02-09ALSA: pcm: don't override timestamp unconditionallyPierre-Louis Bossart1-1/+4
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai1-1/+1
2014-12-31ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang1-1/+9
2014-11-10ALSA: pcm: Fix document for snd_pcm_stop_xrun()Takashi Iwai1-1/+0
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-0/+23
2014-11-06ALSA: pcm: Update the state properly before notificationTakashi Iwai1-4/+4
2014-10-31ALSA: pcm: Refactoring snd_pcm_action()Takashi Iwai1-25/+10
2014-10-31ALSA: pcm: Simplify snd_pcm_action_lock_irq()Takashi Iwai1-38/+3
2014-10-30ALSA: pcm: More kerneldoc updatesTakashi Iwai1-0/+53
2014-10-27Merge branch 'for-linus' into for-nextTakashi Iwai1-7/+5
2014-10-24ALSA: pcm: Avoid mmap warnings on x86Takashi Iwai1-0/+2
2014-10-22ALSA: pcm: Disable mmap for known broken archsTakashi Iwai1-2/+21
2014-10-22ALSA: pcm: Remove arch-dependent mmap kludgesTakashi Iwai1-30/+0
2014-10-21ALSA: pcm: Fix false lockdep warningsTakashi Iwai1-7/+5
2014-10-18ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov1-1/+1
2014-10-14ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loopTakashi Iwai1-1/+1
2014-09-03ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()Takashi Iwai1-4/+60
2014-09-03ALSA: pcm: Allow nonatomic trigger operationsTakashi Iwai1-7/+69
2014-07-21ALSA: pcm: Introduce protocol version field to sw_paramsTakashi Iwai1-2/+4
2014-07-10ALSA: pcm: Add timestamp type to sw_paramsTakashi Iwai1-0/+3
2014-07-10ALSA: pcm: simplify snd_pcm_tstamp()Takashi Iwai1-3/+1
2014-02-14ALSA: pcm: Use standard printk helpersTakashi Iwai1-23/+24
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-1/+1
2014-02-10ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida1-1/+1
2013-10-29ALSA: pcm: Add fallthru commentsTakashi Iwai1-0/+2