From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org,
"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
linux-kernel@vger.kernel.org, "Takashi Iwai" <tiwai@suse.com>,
"Liam Girdwood" <lgirdwood@gmail.com>,
linux-mediatek@lists.infradead.org,
"Matthias Brugger" <matthias.bgg@gmail.com>,
kernel@collabora.com, linux-arm-kernel@lists.infradead.org,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>
Subject: [PATCH 1/9] ASoC: mediatek: mt2701-cs42448: Register to module device table
Date: Mon, 7 Nov 2022 11:04:29 -0500 [thread overview]
Message-ID: <20221107160437.740353-2-nfraprado@collabora.com> (raw)
In-Reply-To: <20221107160437.740353-1-nfraprado@collabora.com>
Register the compatibles for this module on the module device table so
it can be automatically loaded when a matching device is found on the
system.
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---
sound/soc/mediatek/mt2701/mt2701-cs42448.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/mediatek/mt2701/mt2701-cs42448.c b/sound/soc/mediatek/mt2701/mt2701-cs42448.c
index d9fd6eb786aa..08ef109744c7 100644
--- a/sound/soc/mediatek/mt2701/mt2701-cs42448.c
+++ b/sound/soc/mediatek/mt2701/mt2701-cs42448.c
@@ -418,6 +418,7 @@ static const struct of_device_id mt2701_cs42448_machine_dt_match[] = {
{.compatible = "mediatek,mt2701-cs42448-machine",},
{}
};
+MODULE_DEVICE_TABLE(of, mt2701_cs42448_machine_dt_match);
#endif
static struct platform_driver mt2701_cs42448_machine = {
--
2.38.1
next prev parent reply other threads:[~2022-11-07 16:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 16:04 [PATCH 0/9] ASoC: mediatek: Register machine drivers to module device table Nícolas F. R. A. Prado
2022-11-07 16:04 ` Nícolas F. R. A. Prado [this message]
2022-11-08 8:43 ` [PATCH 1/9] ASoC: mediatek: mt2701-cs42448: Register " AngeloGioacchino Del Regno
2022-11-07 16:04 ` [PATCH 2/9] ASoC: mediatek: mt2701-wm8960: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-07 16:04 ` [PATCH 3/9] ASoC: mediatek: mt6797-mt6351: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-07 16:04 ` [PATCH 4/9] ASoC: mediatek: mt8183-da7219: " Nícolas F. R. A. Prado
2022-11-07 16:04 ` [PATCH 5/9] ASoC: mediatek: mt8183-mt6358: " Nícolas F. R. A. Prado
2022-11-08 11:01 ` Chen-Yu Tsai
2022-11-07 16:04 ` [PATCH 6/9] ASoC: mediatek: mt8186-da7219: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-07 16:04 ` [PATCH 7/9] ASoC: mediatek: mt8186-rt5682: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-07 16:04 ` [PATCH 8/9] ASoC: mediatek: mt8192-mt6359: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-08 11:03 ` Chen-Yu Tsai
2022-11-07 16:04 ` [PATCH 9/9] ASoC: mediatek: mt8195-mt6359: " Nícolas F. R. A. Prado
2022-11-08 8:43 ` AngeloGioacchino Del Regno
2022-11-08 11:09 ` Chen-Yu Tsai
2022-11-08 10:35 ` [PATCH 0/9] ASoC: mediatek: Register machine drivers " Chen-Yu Tsai
2022-11-10 17:55 ` Mark Brown
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=20221107160437.740353-2-nfraprado@collabora.com \
--to=nfraprado@collabora.com \
--cc=alsa-devel@alsa-project.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=broonie@kernel.org \
--cc=kernel@collabora.com \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=tiwai@suse.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox