defconfig: msm: Enable USB audio QMI service driver for 8996
This allows APPS USB XHCI driver to offload the USB audio ISOC data transfer to remote processor. USB audio QMI driver starts a QMI service to communicate with remote processor to exchange audio stream related information. Change-Id: If7bcd41eb5e169551f18d8ed64d38fe17fa1df91 Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
This commit is contained in:
parent
9f4c045a5c
commit
124b6cc08d
2 changed files with 2 additions and 0 deletions
|
@ -413,6 +413,7 @@ CONFIG_LOGO=y
|
|||
CONFIG_SOUND=y
|
||||
CONFIG_SND=y
|
||||
CONFIG_SND_USB_AUDIO=y
|
||||
CONFIG_SND_USB_AUDIO_QMI=y
|
||||
CONFIG_SND_SOC=y
|
||||
CONFIG_SND_SOC_MSM8996=y
|
||||
CONFIG_UHID=y
|
||||
|
|
|
@ -401,6 +401,7 @@ CONFIG_LOGO=y
|
|||
CONFIG_SOUND=y
|
||||
CONFIG_SND=y
|
||||
CONFIG_SND_USB_AUDIO=y
|
||||
CONFIG_SND_USB_AUDIO_QMI=y
|
||||
CONFIG_SND_SOC=y
|
||||
CONFIG_SND_SOC_MSM8996=y
|
||||
CONFIG_UHID=y
|
||||
|
|
Loading…
Add table
Reference in a new issue