summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-9/+6
* ALSA: pcm: Fix avail to return error if stream is suspendedJeeja KP2016-09-061-1/+3
* ALSA: pcm: Fix poll error return codesCharles Keepax2016-05-091-2/+2
* ALSA: pcm: Fix rwsem deadlock for non-atomic PCM streamTakashi Iwai2016-02-181-2/+14
* ALSA: pcm: constify action_ops structuresJulia Lawall2015-11-301-13/+13
* ALSA: timer: add config item to export PCM timer disabling for expertJie Yang2015-10-161-20/+16
* ALSA: pcm: Avoid double hw_free calls at releasing a streamTakashi Iwai2015-09-291-1/+2
* ALSA: core: check for underflow in snd_pcm_sw_params()Dan Carpenter2015-09-241-1/+2
* ALSA: pcm: Fix lockdep warning with nonatomic PCM opsTakashi Iwai2015-07-171-1/+1
* Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-04-151-3/+38
|\
| * Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2015-03-061-0/+2
| |\
| * | ALSA: core: add .get_time_infoPierre-Louis Bossart2015-02-201-0/+24
| * | ALSA: core: pass audio tstamp config from userspacePierre-Louis Bossart2015-02-201-3/+14
* | | pcm: another weird API abuseAl Viro2015-04-111-19/+20
* | | Merge branch 'iocb' into for-nextAl Viro2015-04-111-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+1
| |/
* / ALSA: pcm: Don't leave PREPARED state after drainingTakashi Iwai2015-02-231-0/+2
|/
* ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart2015-02-091-1/+3
* ALSA: pcm: don't override timestamp unconditionallyPierre-Louis Bossart2015-02-091-1/+4
* ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai2015-01-281-1/+1
* ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang2014-12-311-1/+9
* ALSA: pcm: Fix document for snd_pcm_stop_xrun()Takashi Iwai2014-11-101-1/+0
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-0/+23
* ALSA: pcm: Update the state properly before notificationTakashi Iwai2014-11-061-4/+4
* ALSA: pcm: Refactoring snd_pcm_action()Takashi Iwai2014-10-311-25/+10
* ALSA: pcm: Simplify snd_pcm_action_lock_irq()Takashi Iwai2014-10-311-38/+3
* ALSA: pcm: More kerneldoc updatesTakashi Iwai2014-10-301-0/+53
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-10-271-7/+5
|\
| * ALSA: pcm: Fix false lockdep warningsTakashi Iwai2014-10-211-7/+5
* | ALSA: pcm: Avoid mmap warnings on x86Takashi Iwai2014-10-241-0/+2
* | ALSA: pcm: Disable mmap for known broken archsTakashi Iwai2014-10-221-2/+21
* | ALSA: pcm: Remove arch-dependent mmap kludgesTakashi Iwai2014-10-221-30/+0
|/
* ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov2014-10-181-1/+1
* ALSA: pcm: Fix referred substream in snd_pcm_action_group() unlock loopTakashi Iwai2014-10-141-1/+1
* ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()Takashi Iwai2014-09-031-4/+60
* ALSA: pcm: Allow nonatomic trigger operationsTakashi Iwai2014-09-031-7/+69
* ALSA: pcm: Introduce protocol version field to sw_paramsTakashi Iwai2014-07-211-2/+4
* ALSA: pcm: Add timestamp type to sw_paramsTakashi Iwai2014-07-101-0/+3
* ALSA: pcm: simplify snd_pcm_tstamp()Takashi Iwai2014-07-101-3/+1
* ALSA: pcm: Use standard printk helpersTakashi Iwai2014-02-141-23/+24
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida2014-02-101-1/+1
* ALSA: pcm: Add fallthru commentsTakashi Iwai2013-10-291-0/+2
* ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai2013-10-241-0/+2
* ALSA: Add SoC on-chip internal ram support for DMA buffer allocationNicolin Chen2013-10-241-0/+6
* pcm_native: switch to fdget()/fdput()Al Viro2013-06-291-25/+15
* snd_pcm_link(): fix a leak...Al Viro2013-06-151-2/+2
* aio: don't include aio.h in sched.hKent Overstreet2013-05-071-1/+1
* Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-251-10/+2
|\
| * vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helperLinus Torvalds2013-04-191-10/+2