diff --git a/buildroot-external/package/respeaker/0001-Do-not-build-the-wm8960-driver.patch b/buildroot-external/package/respeaker/0001-Do-not-build-the-wm8960-driver.patch new file mode 100644 index 00000000..ca067f03 --- /dev/null +++ b/buildroot-external/package/respeaker/0001-Do-not-build-the-wm8960-driver.patch @@ -0,0 +1,37 @@ +From d4dab0b7818bc3106f273cf24f02a3ea87cc653a Mon Sep 17 00:00:00 2001 +From: j1nx +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 + diff --git a/buildroot-external/package/respeaker/respeaker.hash b/buildroot-external/package/respeaker/respeaker.hash index b3ec444d..51044e6b 100644 --- a/buildroot-external/package/respeaker/respeaker.hash +++ b/buildroot-external/package/respeaker/respeaker.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 fd191fc3b0c2ca790b88615c955b03c606a17e9fc9fcc23bf32d0a7aae36176a respeaker-4ab8158c18047e2c6d01e46958e3c1cb34f4983a.tar.gz +sha256 8b6d94f5f51fb76ce2329bd71bebb78bc1e57c15880d413c7b662709c1da3422 respeaker-c693d203d997f61c41686ece2f5eb59e1fc1c75d.tar.gz diff --git a/buildroot-external/package/respeaker/respeaker.mk b/buildroot-external/package/respeaker/respeaker.mk index fb52a8ce..5d1f4745 100644 --- a/buildroot-external/package/respeaker/respeaker.mk +++ b/buildroot-external/package/respeaker/respeaker.mk @@ -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