summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-301-179/+104
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-23/+7
* ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai2017-08-301-1/+5
* Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-141-5/+3
|\
| * ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai2017-07-101-4/+2
| * ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven2017-07-101-1/+1
* | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-454/+559
|\ \ | |/
| * ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai2017-06-271-5/+17
| * ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2017-06-271-0/+7
| * ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai2017-06-231-2/+21
| * ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-7/+0
| * ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-141-5/+1
| * ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai2017-06-141-2/+2
| * ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai2017-06-141-0/+11
| * ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai2017-06-141-2/+1
| * ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai2017-06-141-37/+19
| * ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai2017-06-141-7/+3
| * ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto2017-06-121-24/+4
| * ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto2017-06-111-27/+29
| * ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto2017-06-111-28/+38
| * ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto2017-06-091-0/+22
| * ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto2017-06-091-0/+40
| * ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto2017-06-091-10/+10
| * ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto2017-06-091-26/+44
| * 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/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* 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
OpenPOWER on IntegriCloud