mbox series

[00/17] ASoC: Intel: avs: Properly identify boards

Message ID 20231102124712.2549327-1-amadeuszx.slawinski@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: avs: Properly identify boards | expand

Message

Amadeusz Sławiński Nov. 2, 2023, 12:46 p.m. UTC
Instead of using MODULE_ALIAS() to load boards, add proper device id
table and use MODULE_DEVICE_TABLE() macro to create board alias.

Amadeusz Sławiński (17):
  ASoC: Intel: avs: da7219: Add proper id_table
  ASoC: Intel: avs: dmic: Add proper id_table
  ASoC: Intel: avs: es8336: Add proper id_table
  ASoC: Intel: avs: hdaudio: Add proper id_table
  ASoC: Intel: avs: i2s_test: Add proper id_table
  ASoC: Intel: avs: max98357a: Add proper id_table
  ASoC: Intel: avs: max98373: Add proper id_table
  ASoC: Intel: avs: max98927: Add proper id_table
  ASoC: Intel: avs: nau8825: Add proper id_table
  ASoC: Intel: avs: probe: Add proper id_table
  ASoC: Intel: avs: rt274: Add proper id_table
  ASoC: Intel: avs: rt286: Add proper id_table
  ASoC: Intel: avs: rt298: Add proper id_table
  ASoC: Intel: avs: rt5514: Add proper id_table
  ASoC: Intel: avs: rt5663: Add proper id_table
  ASoC: Intel: avs: rt5682: Add proper id_table
  ASoC: Intel: avs: ssm4567: Add proper id_table

 sound/soc/intel/avs/boards/da7219.c    | 10 +++++++++-
 sound/soc/intel/avs/boards/dmic.c      | 10 +++++++++-
 sound/soc/intel/avs/boards/es8336.c    | 10 +++++++++-
 sound/soc/intel/avs/boards/hdaudio.c   | 10 +++++++++-
 sound/soc/intel/avs/boards/i2s_test.c  | 10 +++++++++-
 sound/soc/intel/avs/boards/max98357a.c | 10 +++++++++-
 sound/soc/intel/avs/boards/max98373.c  | 10 +++++++++-
 sound/soc/intel/avs/boards/max98927.c  | 10 +++++++++-
 sound/soc/intel/avs/boards/nau8825.c   | 10 +++++++++-
 sound/soc/intel/avs/boards/probe.c     | 10 +++++++++-
 sound/soc/intel/avs/boards/rt274.c     | 10 +++++++++-
 sound/soc/intel/avs/boards/rt286.c     | 10 +++++++++-
 sound/soc/intel/avs/boards/rt298.c     | 10 +++++++++-
 sound/soc/intel/avs/boards/rt5514.c    | 10 +++++++++-
 sound/soc/intel/avs/boards/rt5663.c    | 10 +++++++++-
 sound/soc/intel/avs/boards/rt5682.c    | 10 +++++++++-
 sound/soc/intel/avs/boards/ssm4567.c   | 10 +++++++++-
 17 files changed, 153 insertions(+), 17 deletions(-)


base-commit: ed2232d49187cebc007ecf4e6374069b11ab3219

Comments

Krzysztof Kozlowski Nov. 3, 2023, 7:20 a.m. UTC | #1
On 02/11/2023 13:46, Amadeusz Sławiński wrote:
> Instead of using MODULE_ALIAS() to load boards, add proper device id
> table and use MODULE_DEVICE_TABLE() macro to create board alias.
> 
> Amadeusz Sławiński (17):
>   ASoC: Intel: avs: da7219: Add proper id_table
>   ASoC: Intel: avs: dmic: Add proper id_table
>   ASoC: Intel: avs: es8336: Add proper id_table
>   ASoC: Intel: avs: hdaudio: Add proper id_table
>   ASoC: Intel: avs: i2s_test: Add proper id_table
>   ASoC: Intel: avs: max98357a: Add proper id_table
>   ASoC: Intel: avs: max98373: Add proper id_table
>   ASoC: Intel: avs: max98927: Add proper id_table
>   ASoC: Intel: avs: nau8825: Add proper id_table
>   ASoC: Intel: avs: probe: Add proper id_table
>   ASoC: Intel: avs: rt274: Add proper id_table
>   ASoC: Intel: avs: rt286: Add proper id_table
>   ASoC: Intel: avs: rt298: Add proper id_table
>   ASoC: Intel: avs: rt5514: Add proper id_table
>   ASoC: Intel: avs: rt5663: Add proper id_table
>   ASoC: Intel: avs: rt5682: Add proper id_table
>   ASoC: Intel: avs: ssm4567: Add proper id_table
> 

For entire series:

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Mark Brown Nov. 13, 2023, 4:14 p.m. UTC | #2
On Thu, 02 Nov 2023 13:46:55 +0100, Amadeusz Sławiński wrote:
> Instead of using MODULE_ALIAS() to load boards, add proper device id
> table and use MODULE_DEVICE_TABLE() macro to create board alias.
> 
> Amadeusz Sławiński (17):
>   ASoC: Intel: avs: da7219: Add proper id_table
>   ASoC: Intel: avs: dmic: Add proper id_table
>   ASoC: Intel: avs: es8336: Add proper id_table
>   ASoC: Intel: avs: hdaudio: Add proper id_table
>   ASoC: Intel: avs: i2s_test: Add proper id_table
>   ASoC: Intel: avs: max98357a: Add proper id_table
>   ASoC: Intel: avs: max98373: Add proper id_table
>   ASoC: Intel: avs: max98927: Add proper id_table
>   ASoC: Intel: avs: nau8825: Add proper id_table
>   ASoC: Intel: avs: probe: Add proper id_table
>   ASoC: Intel: avs: rt274: Add proper id_table
>   ASoC: Intel: avs: rt286: Add proper id_table
>   ASoC: Intel: avs: rt298: Add proper id_table
>   ASoC: Intel: avs: rt5514: Add proper id_table
>   ASoC: Intel: avs: rt5663: Add proper id_table
>   ASoC: Intel: avs: rt5682: Add proper id_table
>   ASoC: Intel: avs: ssm4567: Add proper id_table
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/17] ASoC: Intel: avs: da7219: Add proper id_table
        commit: 59fff33e9d923779b68fe46f39262256caba71d6
[02/17] ASoC: Intel: avs: dmic: Add proper id_table
        commit: deb8dcad7bc3505881e2c0680d8f01f23fcbba98
[03/17] ASoC: Intel: avs: es8336: Add proper id_table
        commit: 9441450e171fc90aa3fceadae9728acf8bd0726a
[04/17] ASoC: Intel: avs: hdaudio: Add proper id_table
        commit: 9a872caede56d20564caf30d7ea7cf61b66f4060
[05/17] ASoC: Intel: avs: i2s_test: Add proper id_table
        commit: 8267213c54db078db091b778e904ec1af8fc6ee6
[06/17] ASoC: Intel: avs: max98357a: Add proper id_table
        commit: f1e9f4f5e9e5506edbd17b33065ec8c8a9e6caab
[07/17] ASoC: Intel: avs: max98373: Add proper id_table
        commit: 8e660f303230741ecaab561a30e123e7dc76abda
[08/17] ASoC: Intel: avs: max98927: Add proper id_table
        commit: c3ff01859c31408eadfd607352d4f87e52096371
[09/17] ASoC: Intel: avs: nau8825: Add proper id_table
        commit: c94643c2b416afc473541943291e61c453846a6d
[10/17] ASoC: Intel: avs: probe: Add proper id_table
        commit: 4a5403e3a75ddc24941f754c14c3299cc0e28fe8
[11/17] ASoC: Intel: avs: rt274: Add proper id_table
        commit: 54c830fd4e38261adffa51bb22c44a2e33d803ba
[12/17] ASoC: Intel: avs: rt286: Add proper id_table
        commit: 027ab0cab18071fa3476ffe7bb69ade551515ce6
[13/17] ASoC: Intel: avs: rt298: Add proper id_table
        commit: 3d4021f30abdb7cef51a901adc0dfc4d4ee98e9d
[14/17] ASoC: Intel: avs: rt5514: Add proper id_table
        commit: 389f3c6c7ed89d53ecd83e629b7e529630cdb96c
[15/17] ASoC: Intel: avs: rt5663: Add proper id_table
        commit: 5f249523d3fcf1fe28e567a17a3053ea7ff899a0
[16/17] ASoC: Intel: avs: rt5682: Add proper id_table
        commit: ba096fc618254918056061ecef32aa77c2fcaf84
[17/17] ASoC: Intel: avs: ssm4567: Add proper id_table
        commit: ca5abf5d2e1c3860382e0e33599e969cb9c9b42b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark