From: nickel@altlinux.org
To: devel-kernel@lists.altlinux.org
Cc: Vasiliy Kovalev <kovalev@altlinux.org>
Subject: [d-kernel] [PATCH 3/4] ASoC: Intel: sof_es8336: add ES8326 component support
Date: Wed, 5 Apr 2023 19:59:42 +0300
Message-ID: <20230405165943.267637-4-nickel@altlinux.org> (raw)
In-Reply-To: <20230405165943.267637-1-nickel@altlinux.org>
From: Vasiliy Kovalev <kovalev@altlinux.org>
On laptop model Aquarius NS685U R11 there is a need to add
this component to bundle the driver with the ESSX8326 codec.
Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org>
Signed-off-by: Nikolai Kostrigin <nickel@altlinux.org>
---
sound/soc/intel/boards/sof_es8336.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sound/soc/intel/boards/sof_es8336.c b/sound/soc/intel/boards/sof_es8336.c
index 894b6610b9e27..e47979f44c545 100644
--- a/sound/soc/intel/boards/sof_es8336.c
+++ b/sound/soc/intel/boards/sof_es8336.c
@@ -682,15 +682,17 @@ static int sof_es8336_probe(struct platform_device *pdev)
snprintf(codec_name, sizeof(codec_name),
"i2c-%s", acpi_dev_name(adev));
dai_links[0].codecs->name = codec_name;
-
- /* also fixup codec dai name if relevant */
- if (!strncmp(mach->id, "ESSX8326", SND_ACPI_I2C_ID_LEN))
- dai_links[0].codecs->dai_name = "ES8326 HiFi";
} else {
dev_err(dev, "Error cannot find '%s' dev\n", mach->id);
return -ENXIO;
}
+ card->components = devm_kasprintf(dev, GFP_KERNEL, "spk:es83%d6",
+ strstr(codec_name, "ESSX8326")
+ ? 1 : 2);
+ if (!card->components)
+ return -ENOMEM;
+
codec_dev = acpi_get_first_physical_node(adev);
acpi_dev_put(adev);
if (!codec_dev)
--
2.33.5
next prev parent reply other threads:[~2023-04-05 16:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 16:59 [d-kernel] [PATCH 0/4] Prevent regressions in ES83x6 codecs support and ATOL csync issues in p10 un-def/6.1 nickel
2023-04-05 16:59 ` [d-kernel] [PATCH 1/4] ASoC: AMD: add ACP machine driver for ES8336 nickel
2023-04-05 16:59 ` [d-kernel] [PATCH 2/4] ASoC: AMD: acp3x-es8336-mach: add quirk override mclk freq nickel
2023-04-05 16:59 ` nickel [this message]
2023-04-05 16:59 ` [d-kernel] [PATCH 4/4] drm/edid: Fix csync detailed mode parsing nickel
2023-04-05 18:34 ` [d-kernel] [PATCH 0/4] Prevent regressions in ES83x6 codecs support and ATOL csync issues in p10 un-def/6.1 Vitaly Chikunov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230405165943.267637-4-nickel@altlinux.org \
--to=nickel@altlinux.org \
--cc=devel-kernel@lists.altlinux.org \
--cc=kovalev@altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git