Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, "Tzung-Bi Shih" <tzungbi@kernel.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>,
	"Jiaxin Yu" <jiaxin.yu@mediatek.com>,
	linux-mediatek@lists.infradead.org,
	"Akihiko Odaki" <akihiko.odaki@gmail.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	kernel@collabora.com, linux-arm-kernel@lists.infradead.org,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>
Subject: [PATCH 5/9] ASoC: mediatek: mt8183-mt6358: Register to module device table
Date: Mon,  7 Nov 2022 11:04:33 -0500	[thread overview]
Message-ID: <20221107160437.740353-6-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.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
---

 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
index a86085223677..8fb473543cf9 100644
--- a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
+++ b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
@@ -835,6 +835,7 @@ static const struct of_device_id mt8183_mt6358_ts3a227_max98357_dt_match[] = {
 	},
 	{}
 };
+MODULE_DEVICE_TABLE(of, mt8183_mt6358_ts3a227_max98357_dt_match);
 #endif
 
 static struct platform_driver mt8183_mt6358_ts3a227_max98357_driver = {
-- 
2.38.1


  parent reply	other threads:[~2022-11-07 16:07 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 ` [PATCH 1/9] ASoC: mediatek: mt2701-cs42448: Register " Nícolas F. R. A. Prado
2022-11-08  8:43   ` 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 ` Nícolas F. R. A. Prado [this message]
2022-11-08 11:01   ` [PATCH 5/9] ASoC: mediatek: mt8183-mt6358: " 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-6-nfraprado@collabora.com \
    --to=nfraprado@collabora.com \
    --cc=akihiko.odaki@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=broonie@kernel.org \
    --cc=jiaxin.yu@mediatek.com \
    --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 \
    --cc=tzungbi@kernel.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
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