mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-22 06:58:39 +01:00
MycroftOS: Bump respeaker drivers
This commit is contained in:
parent
1ce1aa086c
commit
b5f909034d
@ -1,24 +0,0 @@
|
|||||||
From 6daeedb4399a8129a2748efdc3ac97bf61b2db5d Mon Sep 17 00:00:00 2001
|
|
||||||
From: j1nx <p.steenbergen@j1nx.nl>
|
|
||||||
Date: Fri, 4 Sep 2020 14:14:58 +0200
|
|
||||||
Subject: [PATCH 1/1] Set codec_dai clockspeed to 24000000
|
|
||||||
|
|
||||||
---
|
|
||||||
seeed-voicecard.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/seeed-voicecard.c b/seeed-voicecard.c
|
|
||||||
index 1ed9a0e..630939b 100644
|
|
||||||
--- a/seeed-voicecard.c
|
|
||||||
+++ b/seeed-voicecard.c
|
|
||||||
@@ -457,6 +457,7 @@ static int seeed_voice_card_dai_link_of(struct device_node *node,
|
|
||||||
#else
|
|
||||||
ret = asoc_simple_parse_clk_codec(dev, codec, dai_link, codec_dai);
|
|
||||||
#endif
|
|
||||||
+ codec_dai->sysclk = 24000000;
|
|
||||||
if (ret < 0)
|
|
||||||
goto dai_link_of_err;
|
|
||||||
|
|
||||||
--
|
|
||||||
2.20.1
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 054a0a2cf4c958ad699fd555e00fda3437a4399844043c2a1b6390b51a9d9956 respeaker-89f8a766469d049833c5fac749c3fde9e3943b3e.tar.gz
|
sha256 52e7331536eca13f25add770489fe1f3c18db28fe8dd1c65c90ce2589db6a1db respeaker-8ea751c4e9dd9a9d1d52fa947791276a9da77772.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
RESPEAKER_VERSION = 89f8a766469d049833c5fac749c3fde9e3943b3e
|
RESPEAKER_VERSION = 8ea751c4e9dd9a9d1d52fa947791276a9da77772
|
||||||
RESPEAKER_SITE = $(call github,HinTak,seeed-voicecard,$(RESPEAKER_VERSION))
|
RESPEAKER_SITE = $(call github,HinTak,seeed-voicecard,$(RESPEAKER_VERSION))
|
||||||
RESPEAKER_LICENSE = GNU General Public License v3.0
|
RESPEAKER_LICENSE = GNU General Public License v3.0
|
||||||
RESPEAKER_DEPENDENCIES = rpi-firmware dtc
|
RESPEAKER_DEPENDENCIES = rpi-firmware dtc
|
||||||
|
Loading…
Reference in New Issue
Block a user