summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto2017-06-091-6/+6
* ALSA: pcm: add comment about application of rule to PCM parametersTakashi Sakamoto2017-06-081-1/+52
* ALSA: pcm: use helper functions to check whether parameters are determinedTakashi Sakamoto2017-06-081-2/+1
* ALSA: pcm: adaption of code formattingTakashi Sakamoto2017-06-081-6/+6
* ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto2017-06-081-5/+2
* ALSA: pcm: use goto statement instead of while statement to reduce indentationTakashi Sakamoto2017-06-081-42/+44
* ALSA: pcm: add a helper function to apply parameter rulesTakashi Sakamoto2017-06-081-32/+45
* ALSA: pcm: add a helper function to constrain interval-type parametersTakashi Sakamoto2017-06-081-19/+36
* ALSA: pcm: add a helper function to constrain mask-type parametersTakashi Sakamoto2017-06-081-19/+37
* ALSA: pcm: obsolete RULES_DEBUG local macroTakashi Sakamoto2017-06-071-82/+7
* ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabledTakashi Sakamoto2017-06-071-0/+7
* ALSA: pcm: tracepoints for refining PCM parametersTakashi Sakamoto2017-06-071-0/+33
* ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-261-0/+2
* ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai2017-05-251-9/+37
* ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2017-05-231-39/+63
* ALSA: pcm: Simplify forward/rewind codesTakashi Iwai2017-05-211-68/+50
* ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai2017-05-211-118/+35
* ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-171-1/+2
* ALSA: pcm: add const qualifier for read-only table for sampling rateTakashi Sakamoto2017-05-171-2/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* 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
OpenPOWER on IntegriCloud