Age | Commit message (Expand) | Author | Files | Lines |
2017-06-09 | ALSA: gus: Constify hw_constraints | Takashi Iwai | 1 | -2/+2 |
2017-06-09 | ALSA: es18xx: Constify hw_constraints | Takashi Iwai | 1 | -4/+4 |
2017-06-09 | ALSA: es1688: Constify hw_constraints | Takashi Iwai | 1 | -2/+2 |
2017-06-09 | ALSA: cs423x: Constify hw_constraints | Takashi Iwai | 1 | -2/+2 |
2017-06-09 | ALSA: vx: vx_pcm: constify vx_pcm_playback_ops and vx_pcm_capture_ops. | Arvind Yadav | 1 | -2/+2 |
2017-06-09 | ALSA : pcsp: pcsp_lib: constify snd_pcsp_playback_ops | Arvind Yadav | 1 | -1/+1 |
2017-06-09 | ALSA: pcm: move fixup of info flag after selecting single parameters | Takashi Sakamoto | 1 | -10/+10 |
2017-06-09 | ALSA: pcm: calculate non-mask/non-interval parameters always when possible | Takashi Sakamoto | 1 | -26/+44 |
2017-06-09 | ALSA: pcm: use helper functions to refer parameters as constants | Takashi Sakamoto | 1 | -6/+6 |
2017-06-08 | ALSA: pcm: add comment about application of rule to PCM parameters | Takashi Sakamoto | 1 | -1/+52 |
2017-06-08 | ALSA: pcm: use helper functions to check whether parameters are determined | Takashi Sakamoto | 1 | -2/+1 |
2017-06-08 | ALSA: pcm: adaption of code formatting | Takashi Sakamoto | 1 | -6/+6 |
2017-06-08 | ALSA: pcm: remove function local variable with alternative evaluation | Takashi Sakamoto | 1 | -5/+2 |
2017-06-08 | ALSA: pcm: use goto statement instead of while statement to reduce indentation | Takashi Sakamoto | 1 | -42/+44 |
2017-06-08 | ALSA: pcm: add a helper function to apply parameter rules | Takashi Sakamoto | 1 | -32/+45 |
2017-06-08 | ALSA: pcm: add a helper function to constrain interval-type parameters | Takashi Sakamoto | 1 | -19/+36 |
2017-06-08 | ALSA: pcm: add a helper function to constrain mask-type parameters | Takashi Sakamoto | 1 | -19/+37 |
2017-06-08 | ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat... | Takashi Sakamoto | 9 | -174/+36 |
2017-06-07 | ALSA: pcm: obsolete RULES_DEBUG local macro | Takashi Sakamoto | 1 | -82/+7 |
2017-06-07 | ALSA: pcm: enable parameter tracepoints only when CONFIG_SND_DEBUG is enabled | Takashi Sakamoto | 1 | -0/+7 |
2017-06-07 | ALSA: pcm: tracepoints for refining PCM parameters | Takashi Sakamoto | 3 | -0/+176 |
2017-06-07 | ALSA: timer: Wrap with spinlock for queue access | Takashi Iwai | 1 | -0/+4 |
2017-06-07 | ALSA: timer: Improve user queue reallocation | Takashi Iwai | 1 | -51/+43 |
2017-06-07 | Merge branch 'for-linus' into for-next | Takashi Iwai | 22 | -108/+238 |
2017-06-07 | ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT | Takashi Iwai | 1 | -0/+1 |
2017-06-07 | ALSA: timer: Fix race between read and ioctl | Takashi Iwai | 1 | -2/+4 |
2017-06-07 | ALSA: fireface: constify ALSA specific operations | Takashi Sakamoto | 2 | -39/+35 |
2017-06-07 | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback | Takashi Sakamoto | 10 | -0/+150 |
2017-06-06 | Merge tag 'asoc-fix-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Takashi Iwai | 18 | -92/+204 |
2017-06-06 | ALSA: hda/realtek - Reorder ALC269 ASUS quirk entries | Takashi Iwai | 1 | -5/+5 |
2017-06-06 | ALSA: hda/realtek: Fix mic and headset jack sense on Asus X705UD | Chris Chiu | 1 | -0/+1 |
2017-06-02 | ALSA: pcm: Build OSS writev/readv helpers conditionally | Takashi Iwai | 3 | -12/+10 |
2017-06-02 | ALSA: pcm: Kill set_fs() in PCM OSS layer | Takashi Iwai | 1 | -65/+12 |
2017-06-02 | ALSA: pcm: Direct in-kernel read/write support | Takashi Iwai | 1 | -1/+25 |
2017-06-02 | ALSA: pcm: Simplify snd_pcm_playback_silence() | Takashi Iwai | 1 | -30/+20 |
2017-06-02 | ALSA: pcm: Unify read/write loop | Takashi Iwai | 1 | -138/+46 |
2017-06-02 | ALSA: pcm: More unification of PCM transfer codes | Takashi Iwai | 1 | -131/+123 |
2017-06-02 | ALSA: pcm: Call directly the common read/write helpers | Takashi Iwai | 1 | -101/+55 |
2017-06-02 | ALSA: pcm: Shuffle codes | Takashi Iwai | 1 | -106/+106 |
2017-06-02 | ALSA: pcm: Check PCM state by a common helper function | Takashi Iwai | 1 | -52/+29 |
2017-06-02 | ALSA: pcm: Drop the old copy and silence ops | Takashi Iwai | 2 | -39/+1 |
2017-06-02 | ASoC: blackfin: Convert to the new PCM ops | Takashi Iwai | 2 | -20/+43 |
2017-06-02 | ALSA: sh: Convert to the new PCM ops | Takashi Iwai | 1 | -24/+30 |
2017-06-02 | ALSA: sb: Convert to the new PCM ops | Takashi Iwai | 1 | -81/+109 |
2017-06-02 | ALSA: gus: Convert to the new PCM ops | Takashi Iwai | 1 | -38/+59 |
2017-06-02 | ALSA: hdsp: Convert to the new PCM ops | Takashi Iwai | 1 | -17/+50 |
2017-06-02 | ALSA: rme9652: Convert to the new PCM ops | Takashi Iwai | 1 | -17/+54 |
2017-06-02 | ALSA: rme96: Convert to the new PCM ops | Takashi Iwai | 1 | -26/+44 |
2017-06-02 | ALSA: rme32: Convert to the new PCM copy ops | Takashi Iwai | 1 | -22/+43 |
2017-06-02 | ALSA: korg1212: Convert to the new PCM ops | Takashi Iwai | 1 | -47/+65 |