mbox series

[v2,0/3] ARM: dts: imx[6qdl|7]-[apalis|colibri]: Update audio card names

Message ID 20241010171128.107819-1-hiagofranco@gmail.com (mailing list archive)
Headers show
Series ARM: dts: imx[6qdl|7]-[apalis|colibri]: Update audio card names | expand

Message

Hiago De Franco Oct. 10, 2024, 5:11 p.m. UTC
From: Hiago De Franco <hiago.franco@toradex.com>

This patch series update the audio card names for Apalis and Colibri
iMX6/7 to match their specific SoM names, making it shorter (less than
15 characters, as shown in [1]) to fix warnings related to ALSA in
Apalis iMX6 and Colibri iMX6. For Colibri iMX7, also do the change to
make it compliant with the other card names.

[1] Documentation/sound/alsa-configuration.rst

v1:
  - https://lore.kernel.org/lkml/20240909114902.82380-1-hiagofranco@gmail.com/

v2:
  - Update commit message to make clearer these are breaking changes.

Hiago De Franco (3):
  ARM: dts: imx6qdl-apalis: Update audio card name
  ARM: dts: imx6qdl-colibri: Update audio card name
  ARM: dts: imx7-colibri: Update audio card name

 arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi  | 2 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi | 2 +-
 arch/arm/boot/dts/nxp/imx/imx7-colibri.dtsi    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Hiago De Franco Oct. 10, 2024, 5:42 p.m. UTC | #1
> This patch series update the audio card names for Apalis and Colibri
> iMX6/7 to match their specific SoM names, making it shorter (less than
> 15 characters, as shown in [1]) to fix warnings related to ALSA in
> Apalis iMX6 and Colibri iMX6. For Colibri iMX7, also do the change to
> make it compliant with the other card names.
>
> [1] Documentation/sound/alsa-configuration.rst

Related ALSA UCM PR https://github.com/alsa-project/alsa-ucm-conf/pull/448

Regards,
Hiago.