all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob e9b5d4f3f6dc9dda58f029148b09e96d10e7348f 1170 bytes (raw)
name: gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
From 7c7014c03b5bbbec7231836f836a26b0237f31cf Mon Sep 17 00:00:00 2001
From: Romain Perier <romain.perier@collabora.com>
Date: Sun, 14 Aug 2022 04:29:32 +0000
Subject: [PATCH 73/73] WIP: ASoC: codecs: add support for ES8323

The ES8323 is compatible with the existing ES8328 codec driver, so add
compatibles allowing it to be used.

Signed-off-by: Romain Perier <romain.perier@collabora.com>
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 sound/soc/codecs/es8328-i2c.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/codecs/es8328-i2c.c b/sound/soc/codecs/es8328-i2c.c
index 68072e99fcc7..57c7de5cfa05 100644
--- a/sound/soc/codecs/es8328-i2c.c
+++ b/sound/soc/codecs/es8328-i2c.c
@@ -16,6 +16,7 @@
 #include "es8328.h"
 
 static const struct i2c_device_id es8328_id[] = {
+	{ "es8323", 0 },
 	{ "es8328", 0 },
 	{ "es8388", 0 },
 	{ }
@@ -23,6 +24,7 @@ static const struct i2c_device_id es8328_id[] = {
 MODULE_DEVICE_TABLE(i2c, es8328_id);
 
 static const struct of_device_id es8328_of_match[] = {
+	{ .compatible = "everest,es8323", },
 	{ .compatible = "everest,es8328", },
 	{ .compatible = "everest,es8388", },
 	{ }
-- 
2.17.1


debug log:

solving e9b5d4f3f6 ...
found e9b5d4f3f6 in https://yhetil.org/guix/C2ORkCSHJz-4jxwCauZznk4tZlP9KS4u_3Ywe4q2QrfJ7tvIswRWw4vX6OuzXDIHRriNNTQaCiYC67GgL30p8g80J9OcduCgaoZ8XNf-amE=@protonmail.com/

applying [1/1] https://yhetil.org/guix/C2ORkCSHJz-4jxwCauZznk4tZlP9KS4u_3Ywe4q2QrfJ7tvIswRWw4vX6OuzXDIHRriNNTQaCiYC67GgL30p8g80J9OcduCgaoZ8XNf-amE=@protonmail.com/
diff --git a/gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch b/gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch
new file mode 100644
index 0000000000..e9b5d4f3f6

1:27: trailing whitespace.
 
1:30: space before tab in indent.
 	{ "es8328", 0 },
1:31: space before tab in indent.
 	{ "es8388", 0 },
1:32: space before tab in indent.
 	{ }
1:35: trailing whitespace.
 
Checking patch gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch...
Applied patch gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch cleanly.
warning: squelched 5 whitespace errors
warning: 10 lines add whitespace errors.

index at:
100644 e9b5d4f3f6dc9dda58f029148b09e96d10e7348f	gnu/packages/patches/amlogic-0073-WIP-ASoC-codecs-add-support-for-ES8323.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.