You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
6 years ago
|
From 6cec997da72fcd729caeac384421f0419aed3020 Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Mon, 5 Feb 2018 10:37:54 +0000
|
||
|
Subject: [PATCH 191/454] config: Add SND_USB_HIFACE=m
|
||
|
|
||
|
See: https://github.com/raspberrypi/linux/issues/2368
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
||
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
||
|
2 files changed, 2 insertions(+)
|
||
|
|
||
|
--- a/arch/arm/configs/bcm2709_defconfig
|
||
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
||
|
@@ -864,6 +864,7 @@ 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_SOC=m
|
||
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
||
|
CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD=m
|
||
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
||
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
||
|
@@ -857,6 +857,7 @@ 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_SOC=m
|
||
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
||
|
CONFIG_SND_BCM2708_SOC_GOOGLEVOICEHAT_SOUNDCARD=m
|