[linux-yocto] [PATCH 3/9] cfg/sound.cfg: Add USB audio support

California Sullivan california.l.sullivan at intel.com
Mon May 2 19:19:42 PDT 2016


Sound over USB is very common and should be part of general sound
configuration.

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 cfg/sound.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cfg/sound.cfg b/cfg/sound.cfg
index bf9846c..d296ae7 100644
--- a/cfg/sound.cfg
+++ b/cfg/sound.cfg
@@ -11,4 +11,6 @@ CONFIG_SND_RAWMIDI_SEQ=m
 CONFIG_SND_AC97_CODEC=m
 CONFIG_SND_ENS1370=m
 CONFIG_SND_INTEL8X0=m
+CONFIG_SND_USB=y
+CONFIG_SND_USB_AUDIO=m
 CONFIG_AC97_BUS=m
-- 
2.5.5



More information about the linux-yocto mailing list