[PATCH 0/9] ASoC: mediatek: Register machine drivers to module device table

Nícolas F. R. A. Prado posted 9 patches 2 years ago
sound/soc/mediatek/mt2701/mt2701-cs42448.c                 | 1 +
sound/soc/mediatek/mt2701/mt2701-wm8960.c                  | 1 +
sound/soc/mediatek/mt6797/mt6797-mt6351.c                  | 1 +
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c         | 1 +
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 1 +
sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c  | 1 +
sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c   | 1 +
sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c    | 1 +
sound/soc/mediatek/mt8195/mt8195-mt6359.c                  | 1 +
9 files changed, 9 insertions(+)
[PATCH 0/9] ASoC: mediatek: Register machine drivers to module device table
Posted by Nícolas F. R. A. Prado 2 years ago
Some ASoC machine drivers for MediaTek platforms were not being
registered to the module device table, preventing them to be
automatically loaded when built as modules. This series adds the missing
registration to the drivers.


Nícolas F. R. A. Prado (9):
  ASoC: mediatek: mt2701-cs42448: Register to module device table
  ASoC: mediatek: mt2701-wm8960: Register to module device table
  ASoC: mediatek: mt6797-mt6351: Register to module device table
  ASoC: mediatek: mt8183-da7219: Register to module device table
  ASoC: mediatek: mt8183-mt6358: Register to module device table
  ASoC: mediatek: mt8186-da7219: Register to module device table
  ASoC: mediatek: mt8186-rt5682: Register to module device table
  ASoC: mediatek: mt8192-mt6359: Register to module device table
  ASoC: mediatek: mt8195-mt6359: Register to module device table

 sound/soc/mediatek/mt2701/mt2701-cs42448.c                 | 1 +
 sound/soc/mediatek/mt2701/mt2701-wm8960.c                  | 1 +
 sound/soc/mediatek/mt6797/mt6797-mt6351.c                  | 1 +
 sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c         | 1 +
 sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c | 1 +
 sound/soc/mediatek/mt8186/mt8186-mt6366-da7219-max98357.c  | 1 +
 sound/soc/mediatek/mt8186/mt8186-mt6366-rt1019-rt5682s.c   | 1 +
 sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c    | 1 +
 sound/soc/mediatek/mt8195/mt8195-mt6359.c                  | 1 +
 9 files changed, 9 insertions(+)

-- 
2.38.1

Re: [PATCH 0/9] ASoC: mediatek: Register machine drivers to module device table
Posted by Chen-Yu Tsai 2 years ago
On Tue, Nov 8, 2022 at 12:05 AM Nícolas F. R. A. Prado
<nfraprado@collabora.com> wrote:
>
>
> Some ASoC machine drivers for MediaTek platforms were not being
> registered to the module device table, preventing them to be
> automatically loaded when built as modules. This series adds the missing
> registration to the drivers.
>
>
> Nícolas F. R. A. Prado (9):
>   ASoC: mediatek: mt2701-cs42448: Register to module device table
>   ASoC: mediatek: mt2701-wm8960: Register to module device table
>   ASoC: mediatek: mt6797-mt6351: Register to module device table
>   ASoC: mediatek: mt8183-da7219: Register to module device table
>   ASoC: mediatek: mt8183-mt6358: Register to module device table
>   ASoC: mediatek: mt8186-da7219: Register to module device table
>   ASoC: mediatek: mt8186-rt5682: Register to module device table
>   ASoC: mediatek: mt8192-mt6359: Register to module device table
>   ASoC: mediatek: mt8195-mt6359: Register to module device table

Thanks! This was on my TODO list. Whole series is

Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>