summaryrefslogtreecommitdiff
path: root/sound/usb/Kconfig
diff options
context:
space:
mode:
authorHemant Kumar <hemantk@codeaurora.org>2016-01-28 11:41:42 -0800
committerKyle Yan <kyan@codeaurora.org>2016-07-11 18:56:26 -0700
commitc73c7f1d9a4de0a85e64ea60b43ae9de33ee655c (patch)
tree0194eb3af132a970c910597b152a8948769bcd40 /sound/usb/Kconfig
parentaade9051eb93ca7195ab3a84f8e04f334e80a4ad (diff)
sound: usb: Add support for usb audio qmi service
Upon usb audio device enumeration remote entity communicates with usb audio qmi server to enable or disable particular audio stream on usb audio device. This off loades ISOC data transfer operations to remote entity and allows APQ to go to power collapse more frequently for better power saving. Change-Id: I2c9b0ba0837f8fec5c320e3117aa3b2f553db6b2 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r--sound/usb/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig
index a452ad7cec40..f32cfa40c192 100644
--- a/sound/usb/Kconfig
+++ b/sound/usb/Kconfig
@@ -162,5 +162,13 @@ config SND_BCD2000
source "sound/usb/line6/Kconfig"
+config SND_USB_AUDIO_QMI
+ tristate "USB Audio QMI Service driver"
+ depends on MSM_QMI_INTERFACE
+ help
+ Starts USB Audio QMI server to communicate with remote entity
+ to perform operations like enable or disable particular audio
+ stream on a connected USB device.
+
endif # SND_USB