summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai3-6/+5
2017-06-09ALSA: Make CONFIG_SND_OSSEMUL user-selectableTakashi Iwai1-4/+6
2017-06-09ALSA: pcm: use friendly name for id of PCM substream in trace printTakashi Sakamoto1-4/+4
2017-06-09ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto1-0/+22
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto3-43/+40
2017-06-09ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto1-10/+10
2017-06-09ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto1-26/+44
2017-06-09ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto1-6/+6
2017-06-08ALSA: pcm: add comment about application of rule to PCM parametersTakashi Sakamoto1-1/+52
2017-06-08ALSA: pcm: use helper functions to check whether parameters are determinedTakashi Sakamoto1-2/+1
2017-06-08ALSA: pcm: adaption of code formattingTakashi Sakamoto1-6/+6
2017-06-08ALSA: pcm: remove function local variable with alternative evaluationTakashi Sakamoto1-5/+2
2017-06-08ALSA: pcm: use goto statement instead of while statement to reduce indentationTakashi Sakamoto1-42/+44
2017-06-08ALSA: pcm: add a helper function to apply parameter rulesTakashi Sakamoto1-32/+45
2017-06-08ALSA: pcm: add a helper function to constrain interval-type parametersTakashi Sakamoto1-19/+36
2017-06-08ALSA: pcm: add a helper function to constrain mask-type parametersTakashi Sakamoto1-19/+37
2017-06-07ALSA: pcm: obsolete RULES_DEBUG local macroTakashi Sakamoto1-82/+7
2017-06-07ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabledTakashi Sakamoto1-0/+7
2017-06-07ALSA: pcm: tracepoints for refining PCM parametersTakashi Sakamoto3-0/+176
2017-06-07ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai1-0/+4
2017-06-07ALSA: timer: Improve user queue reallocationTakashi Iwai1-51/+43
2017-06-07Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+5
2017-06-07ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai1-0/+1
2017-06-07ALSA: timer: Fix race between read and ioctlTakashi Iwai1-2/+4
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai3-12/+10
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai1-65/+12
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai1-1/+25
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai1-30/+20
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai1-138/+46
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai1-131/+123
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai1-101/+55
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai1-106/+106
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai1-52/+29
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai1-37/+1
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai1-15/+74
2017-05-30ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King1-6/+8
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-1/+1
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto5-0/+60
2017-05-25ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai1-9/+37
2017-05-24ALSA: control: remove entry limitation for list operationTakashi Sakamoto1-3/+1
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai1-3/+3
2017-05-23ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2-47/+67
2017-05-23ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai1-42/+24
2017-05-21ALSA: pcm: Simplify forward/rewind codesTakashi Iwai1-68/+50
2017-05-21ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai1-118/+35
2017-05-18ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann1-1/+1
2017-05-18ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann1-1/+1
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto1-2/+3
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto3-11/+12
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto4-8/+10