[RPI] Fixes and changes for respeaker / kernel 6.6
This commit is contained in:
parent
a505988bb4
commit
141995d991
|
@ -0,0 +1,37 @@
|
|||
From d4dab0b7818bc3106f273cf24f02a3ea87cc653a Mon Sep 17 00:00:00 2001
|
||||
From: j1nx <p.steenbergen@j1nx.nl>
|
||||
Date: Tue, 6 Feb 2024 09:57:12 +0000
|
||||
Subject: [PATCH 1/1] Do not build the wm8960 driver
|
||||
|
||||
---
|
||||
Makefile | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index b9de7f4..b5f2595 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -12,12 +12,10 @@ uname_r=$(shell uname -r)
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
# $(warning KERNELVERSION=$(KERNELVERSION))
|
||||
|
||||
-snd-soc-wm8960-objs := wm8960.o
|
||||
snd-soc-ac108-objs := ac108.o ac101.o
|
||||
snd-soc-seeed-voicecard-objs := seeed-voicecard.o
|
||||
|
||||
|
||||
-obj-m += snd-soc-wm8960.o
|
||||
obj-m += snd-soc-ac108.o
|
||||
obj-m += snd-soc-seeed-voicecard.o
|
||||
|
||||
@@ -41,7 +39,6 @@ clean:
|
||||
|
||||
install:
|
||||
sudo cp snd-soc-ac108.ko ${DEST}/sound/soc/codecs/
|
||||
- sudo cp snd-soc-wm8960.ko ${DEST}/sound/soc/codecs/
|
||||
sudo cp snd-soc-seeed-voicecard.ko ${DEST}/sound/soc/bcm/
|
||||
sudo depmod -a
|
||||
|
||||
--
|
||||
2.34.1
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
# Locally computed
|
||||
sha256 fd191fc3b0c2ca790b88615c955b03c606a17e9fc9fcc23bf32d0a7aae36176a respeaker-4ab8158c18047e2c6d01e46958e3c1cb34f4983a.tar.gz
|
||||
sha256 8b6d94f5f51fb76ce2329bd71bebb78bc1e57c15880d413c7b662709c1da3422 respeaker-c693d203d997f61c41686ece2f5eb59e1fc1c75d.tar.gz
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
RESPEAKER_VERSION = 4ab8158c18047e2c6d01e46958e3c1cb34f4983a
|
||||
RESPEAKER_VERSION = c693d203d997f61c41686ece2f5eb59e1fc1c75d
|
||||
RESPEAKER_SITE = $(call github,HinTak,seeed-voicecard,$(RESPEAKER_VERSION))
|
||||
RESPEAKER_LICENSE = GNU General Public License v3.0
|
||||
RESPEAKER_DEPENDENCIES = rpi-firmware dtc
|
||||
|
|
Loading…
Reference in New Issue