Skip to content

Commit

Permalink
russianneuromancer: defconfig: enable USB Audio (#12)
Browse files Browse the repository at this point in the history
Attempt to enable Native Instruments, Roland, Tascam and other USB Audio devices.
  • Loading branch information
RussianNeuroMancer authored and ayufan committed Jul 7, 2019
1 parent 626fd74 commit 097e5be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,17 @@ CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_6FIRE=m
CONFIG_SND_USB_HIFACE=m
CONFIG_SND_BCD2000=m
CONFIG_SND_USB_POD=m
CONFIG_SND_USB_PODHD=m
CONFIG_SND_USB_TONEPORT=m
CONFIG_SND_USB_VARIAX=m
CONFIG_SND_SOC=y
CONFIG_SND_BCM2835_SOC_I2S=y
CONFIG_SND_SOC_ROCKCHIP=y
Expand Down

0 comments on commit 097e5be

Please sign in to comment.