android_kernel_oneplus_msm8998/sound/usb
Ajay Agarwal 04282fcc79 sound: usb: Add quirk to issue SET_CUR volume on 2nd channel
Some audio devices with two channels require the host
to issue SET_CUR command on the Volume control on
both the channels in order to function (playback or
record). Currently, the Linux Host driver issues SET_CUR
only for the 1st channel. Hence, add the quirk for
concerned devices for SET_CUR on 2nd channel.

Change-Id: I6f0bbcdfd3a8b3ccb33a1d56c252c701849a442f
Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
2017-06-23 10:45:22 +05:30
..
6fire ALSA: 6fire: Convert byte_rev_table uses to bitrev8 2014-11-14 08:01:53 +01:00
bcd2000 ALSA: bcd2000: Make local data static 2015-05-26 13:00:01 +02:00
caiaq ALSA: snd-usb-caiaq: fix stream count check 2015-01-05 08:56:19 +01:00
hiface ALSA: hiface: Fix M2Tech hiFace driver sampling rate change 2017-01-06 11:16:08 +01:00
line6 ALSA: usb-line6: use the same declaration as definition in header for MIDI manufacturer ID 2016-10-16 17:36:14 +02:00
misc ALSA: pcm: Add snd_pcm_stop_xrun() helper 2014-11-09 18:20:40 +01:00
usx2y ALSA: usx2y: Move UAPI definition into include/uapi/sound/usb_stream.h 2015-01-28 17:33:49 +01:00
badd.c sound: usb: Add support for parsing AudioControl intf for BADD devices 2017-04-10 18:47:22 +05:30
card.c sound: usb: Add support for parsing AudioStreaming intf for BADD devices 2017-04-10 16:14:02 +05:30
card.h sound: usb: Add helper APIs to enable audio stream 2016-07-06 15:42:43 -07:00
clock.c sound: usb: Add support for parsing AudioStreaming intf for BADD devices 2017-04-10 16:14:02 +05:30
clock.h ALSA: usb-audio: UAC2: do clock validity check earlier 2013-04-04 08:30:59 +02:00
debug.h ALSA: usb-audio: make hwc_debug a noop in case HW_CONST_DEBUG is not set 2011-05-18 11:44:35 +02:00
endpoint.c Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4' 2017-03-18 08:55:10 -07:00
endpoint.h ALSA: usb-audio: Fix irq/process data synchronization 2017-01-12 11:22:43 +01:00
format.c sound: usb: Add default branches for BADD 3.0 devices 2017-05-12 12:33:15 +05:30
format.h ALSA: usb-audio: store protocol version in struct audioformat 2013-06-27 21:59:47 +02:00
helper.c ALSA: usb-audio: support wireless devices in snd_usb_parse_datainterval 2013-10-07 12:52:21 +02:00
helper.h ALSA: usb-audio: increase control transfer timeout 2011-09-27 09:21:48 +02:00
Kconfig sound: usb: Add support for usb audio qmi service 2016-07-11 18:56:26 -07:00
Makefile sound: usb: Add support for parsing AudioControl intf for BADD devices 2017-04-10 18:47:22 +05:30
midi.c ALSA: usb-audio: avoid freeing umidi object twice 2016-02-17 12:30:58 -08:00
midi.h ALSA: usb-audio: Whitespace cleanups for sound/usb/midi.* 2014-08-05 20:08:00 +02:00
mixer.c sound: usb: Add quirk to issue SET_CUR volume on 2nd channel 2017-06-23 10:45:22 +05:30
mixer.h ALSA: usb-audio: Fix parameter block size for UAC2 control requests 2015-08-14 16:26:50 +02:00
mixer_maps.c ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock 2016-04-20 15:42:15 +09:00
mixer_quirks.c ALSA: usb-audio: Extend DragonFly dB scale quirk to cover other variants 2016-10-16 17:36:14 +02:00
mixer_quirks.h ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest DragonFly 2015-12-14 10:13:17 +01:00
mixer_scarlett.c ALSA: usb-audio: Fix Scarlett 6i6 initialization typo 2014-12-18 08:39:17 +01:00
mixer_scarlett.h ALSA: usb-audio: Scarlett mixer interface for 6i6, 18i6, 18i8 and 18i20 2014-11-13 07:32:39 +01:00
pcm.c Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4' 2017-03-18 08:55:10 -07:00
pcm.h sound: usb: Add helper APIs to enable audio stream 2016-07-06 15:42:43 -07:00
power.h ALSA: usbaudio: implement USB autosuspend 2011-03-11 14:59:29 +01:00
proc.c ALSA: usb-audio: Avoid nested autoresume calls 2015-08-26 15:38:25 +02:00
proc.h
quirks-table.h ALSA: usb-audio: Add quirk for Syntek STK1160 2016-11-10 16:36:32 +01:00
quirks.c ALSA: usb-audio: Add a quirk for Plantronics BT600 2017-01-15 13:41:36 +01:00
quirks.h ALSA: usb-audio: Don't attempt to get Lifecam HD-5000 sample rate 2015-02-17 07:20:04 +01:00
stream.c sound: usb: Fix format desc usage for BADD 3.0 devices 2017-05-05 17:24:12 +05:30
stream.h ALSA: snd-usb: re-order code 2011-09-14 17:07:02 +02:00
usb_audio_qmi_svc.c sound: usb: Add default branches for BADD 3.0 devices 2017-05-12 12:33:15 +05:30
usb_audio_qmi_v01.c sound: usb: Update USB audio QMI data structure 2016-07-18 17:53:37 -07:00
usb_audio_qmi_v01.h sound: usb: Update USB audio QMI data structure 2016-07-18 17:53:37 -07:00
usbaudio.h sound: usb: Add support for usb audio qmi service 2016-07-11 18:56:26 -07:00