summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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-073-0/+176
* ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai2017-06-071-0/+4
* ALSA: timer: Improve user queue reallocationTakashi Iwai2017-06-071-51/+43
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-071-2/+5
|\
| * ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-071-0/+1
| * ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-071-2/+4
* | ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai2017-06-023-12/+10
* | ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai2017-06-021-65/+12
* | ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai2017-06-021-1/+25
* | ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai2017-06-021-30/+20
* | ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-138/+46
* | ALSA: pcm: More unification of PCM transfer codesTakashi Iwai2017-06-021-131/+123
* | ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-101/+55
* | ALSA: pcm: Shuffle codesTakashi Iwai2017-06-021-106/+106
* | ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29
* | ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-37/+1
* | ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-15/+74
* | ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King2017-05-301-6/+8
* | ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-301-1/+1
* | ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-265-0/+60
* | ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai2017-05-251-9/+37
* | ALSA: control: remove entry limitation for list operationTakashi Sakamoto2017-05-241-3/+1
* | ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-231-3/+3
* | ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2017-05-232-47/+67
* | ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai2017-05-231-42/+24
* | 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/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann2017-05-181-1/+1
* | ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann2017-05-181-1/+1
* | ALSA: pcm: constify function local and read-only tableTakashi Sakamoto2017-05-171-2/+3
* | ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-173-11/+12
* | ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-174-8/+10
* | ALSA: pcm: add const qualifier for read-only table for sampling rateTakashi Sakamoto2017-05-171-2/+4
* | ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai2017-05-171-13/+20
|/
* Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-141-6/+3
|\
| * ALSA: seq: Don't break snd_use_lock_sync() loop by timeoutTakashi Iwai2017-04-131-6/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2017-04-124-4/+22
|\|