X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Frecipes-kernel%2Flinux%2Flinux-agl.inc;h=db37ab2f5c8c1a38d24ab5677fdef0d874e3b199;hb=refs%2Fchanges%2F81%2F12281%2F2;hp=b9d199c45bf21c021197f9458a44ff39683e03a0;hpb=274e29bb98464ed03dc13eede48bec71aa5dca89;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index b9d199c45..db37ab2f5 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc @@ -29,6 +29,7 @@ SRC_URI_append = "\ file://hid.cfg \ file://drm.cfg \ file://btusb.cfg \ + file://usbaudio.cfg \ " KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/can-bus.cfg" # Enable support for usb video class for usb camera devices @@ -42,6 +43,8 @@ KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/hid.cfg" KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/drm.cfg" # Enable Bluetooth USB devices KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/btusb.cfg" +# Enable USB audio devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usbaudio.cfg" # Enable required features for the agl-netboot feature SRC_URI_append_netboot = " file://nbd.cfg \