index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
/
mixer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-06
ALSA: usb: Clean up with new procfs helpers
Takashi Iwai
1
-4
/
+3
2019-01-09
ALSA: usb-audio: Remove set but not used variable 'first_ch_bits'
YueHaibing
1
-5
/
+1
2019-01-07
ALSA: usb-audio: Always check descriptor sizes in parser code
Takashi Iwai
1
-0
/
+4
2019-01-07
ALSA: usb-audio: Check mixer unit descriptors more strictly
Takashi Iwai
1
-4
/
+11
2019-01-07
ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()
Takashi Iwai
1
-2
/
+8
2018-08-09
ALSA: usb-audio: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+2
2018-07-16
ALSA: usb-audio: Tidy up logic for Processing Unit min/max values
Jorge Sanjuan
1
-17
/
+41
2018-07-16
ALSA: usb-audio: Unify virtual type units type to UAC3 values
Jorge Sanjuan
1
-13
/
+23
2018-07-16
ALSA: usb-audio: Add support for Processing Units in UAC3
Jorge Sanjuan
1
-2
/
+49
2018-07-16
ALSA: usb-audio: Processing Unit controls parsing in UAC2
Jorge Sanjuan
1
-2
/
+15
2018-07-16
ALSA: usb-audio: Add support for Selector Units in UAC3
Jorge Sanjuan
1
-10
/
+44
2018-06-15
Merge tag 'sound-fix-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-13
/
+32
2018-06-14
ALSA: usb-audio: Always create the interrupt pipe for the mixer
Jorge Sanjuan
1
-3
/
+5
2018-06-14
ALSA: usb-audio: Add insertion control for UAC3 BADD
Jorge Sanjuan
1
-0
/
+17
2018-06-14
ALSA: usb-audio: Change in connectors control creation interface
Jorge Sanjuan
1
-10
/
+10
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-28
ALSA: usb-audio: Follow standard coding style
Takashi Iwai
1
-8
/
+17
2018-05-15
ALSA: usb-audio: UAC3: Parse Input Terminal number of channels.
Jorge Sanjuan
1
-2
/
+6
2018-05-15
ALSA: usb-audio: UAC3 Add support for connector insertion.
Jorge Sanjuan
1
-14
/
+94
2018-05-15
ALSA: usb-audio: UAC3. Add support for mixer unit.
Jorge Sanjuan
1
-7
/
+81
2018-05-15
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+8
2018-05-13
ALSA: usb: mixer: volume quirk for CM102-A+/102S+
Federico Cuello
1
-0
/
+8
2018-05-13
ALSA: usb: add UAC3 BADD profiles support
Ruslan Bilovol
1
-31
/
+296
2018-05-04
ALSA: usb: mixer: make string parsing independent of mixer_build state
Ruslan Bilovol
1
-14
/
+16
2018-05-03
ALSA: usb-audio: Clean up mixer element list traverse
Takashi Iwai
1
-11
/
+9
2018-05-02
ALSA: usb-audio: Add "Keep Interface" control
Takashi Iwai
1
-0
/
+45
2018-05-02
ALSA: usb-audio: Initialize Dell Dock playback volumes
Takashi Iwai
1
-0
/
+2
2018-04-24
ALSA: usb-audio: Fix missing endian conversion
Takashi Iwai
1
-2
/
+2
2018-04-23
ALSA: usb-audio: Fix forgotten conversion of control query functions
Takashi Iwai
1
-1
/
+2
2018-03-27
ALSA: usb-audio: fix memory leak on cval
Colin Ian King
1
-1
/
+3
2018-03-24
ALSA: usb-audio: update clock valid control
Andrew Chant
1
-14
/
+19
2018-03-24
ALSA: usb-audio: UAC2 jack detection
Andrew Chant
1
-1
/
+97
2018-03-23
ALSA: usb-audio: fix uac control query argument
Andrew Chant
1
-26
/
+43
2018-03-21
ALSA: usb: initial USB Audio Device Class 3.0 support
Ruslan Bilovol
1
-109
/
+228
2018-02-12
ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
Kirill Marinushkin
1
-7
/
+11
2017-12-19
ALSA: usb-audio: Proper fallback at get_term_name()
Takashi Iwai
1
-2
/
+6
2017-12-19
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-8
/
+18
2017-12-19
ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU
Takashi Iwai
1
-11
/
+16
2017-12-04
ALSA: usb-audio: Add check return value for usb_string()
Jaejoong Kim
1
-4
/
+5
2017-12-04
ALSA: usb-audio: Fix out-of-bound error
Jaejoong Kim
1
-0
/
+4
2017-11-28
Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU"
Takashi Iwai
1
-2
/
+2
2017-11-21
ALSA: usb-audio: Fix potential zero-division at parsing FU
Takashi Iwai
1
-2
/
+2
2017-11-21
ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
Takashi Iwai
1
-1
/
+2
2017-11-21
ALSA: usb-audio: Add sanity checks to FE parser
Takashi Iwai
1
-0
/
+12
2017-11-17
ALSA: usb-audio: uac1: Invalidate ctl on interrupt
Julian Scheel
1
-1
/
+6
2017-10-10
ALSA: usb-audio: Kill stray URB at exiting
Takashi Iwai
1
-2
/
+10
2017-08-22
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-0
/
+2
2017-08-18
ALSA: usb-audio: don't retry snd_usb_ctl_msg after timeout
Stephen Barber
1
-7
/
+13
2017-08-17
ALSA: usb-audio: Add mute TLV for playback volumes on C-Media devices
Takashi Iwai
1
-0
/
+2
2017-04-12
ALSA: usb-audio: constify snd_kcontrol_new structures
Bhumika Goyal
1
-3
/
+3
[next]