summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-06-09ALSA: ice1724: Constify hw_constraintsTakashi Iwai4-12/+12
2017-06-09ALSA: ice1712: Constify hw_constraintsTakashi Iwai2-3/+3
2017-06-09ALSA: hda: Constify hw_constraintsTakashi Iwai2-7/+7
2017-06-09ALSA: es1938: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: ens137x: Constify hw_constraintsTakashi Iwai1-8/+8
2017-06-09ALSA: fm801: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: emu10k1: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: cs46xx: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cmipci: Constify hw_constraintsTakashi Iwai1-6/+6
2017-06-09ALSA: bt87x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: azt3328: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: au88x0: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: atiixp: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: ali5451: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: parisc: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: wss: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: sb: Constify hw_constraintsTakashi Iwai1-3/+3
2017-06-09ALSA: gus: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: es18xx: Constify hw_constraintsTakashi Iwai1-4/+4
2017-06-09ALSA: es1688: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: cs423x: Constify hw_constraintsTakashi Iwai1-2/+2
2017-06-09ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops.Arvind Yadav1-2/+2
2017-06-09ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_opsArvind Yadav1-1/+1
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-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto9-174/+36
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 Iwai22-108/+238
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-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto10-0/+150
2017-06-06Merge tag 'asoc-fix-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai18-92/+204
2017-06-06ALSA: hda/realtek - Reorder ALC269 ASUS quirk entriesTakashi Iwai1-5/+5
2017-06-06ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UDChris Chiu1-0/+1
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