mirror of https://github.com/hak5/openwrt.git
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 0f7c79b7c3dc3a10dcbb0f52b29bccf63f8f2d8d Mon Sep 17 00:00:00 2001
|
|
From: Trevor Stiles <tstiles@shel.org>
|
|
Date: Wed, 28 Aug 2019 15:07:18 -0700
|
|
Subject: [PATCH 775/806] Add support for the Audio Injector Ultra in 64-bit
|
|
land.
|
|
|
|
Signed-off-by: Trevor Stiles <tstiles@shel.org>
|
|
---
|
|
arch/arm64/configs/bcm2711_defconfig | 1 +
|
|
arch/arm64/configs/bcmrpi3_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm64/configs/bcm2711_defconfig
|
|
+++ b/arch/arm64/configs/bcm2711_defconfig
|
|
@@ -856,6 +856,7 @@ CONFIG_SND_PISOUND=m
|
|
CONFIG_SND_SOC_ADAU1701=m
|
|
CONFIG_SND_SOC_ADAU7002=m
|
|
CONFIG_SND_SOC_AK4554=m
|
|
+CONFIG_SND_SOC_CS4265=m
|
|
CONFIG_SND_SOC_CS4271_I2C=m
|
|
CONFIG_SND_SOC_SPDIF=m
|
|
CONFIG_SND_SOC_WM8804_I2C=m
|
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
|
@@ -823,6 +823,7 @@ CONFIG_SND_SOC_AD193X_SPI=m
|
|
CONFIG_SND_SOC_AD193X_I2C=m
|
|
CONFIG_SND_SOC_ADAU1701=m
|
|
CONFIG_SND_SOC_AK4554=m
|
|
+CONFIG_SND_SOC_CS4265=m
|
|
CONFIG_SND_SOC_CS4271_I2C=m
|
|
CONFIG_SND_SOC_ICS43432=m
|
|
CONFIG_SND_SOC_WM8804_I2C=m
|