linux-yocto/sound/soc/meson
Martin Blumenstingl bd9b3f8312 ASoC: meson: meson-card-utils: use of_property_present() for DT parsing
commit 171eb6f71e upstream.

Commit c141ecc3ce ("of: Warn when of_property_read_bool() is used on
non-boolean properties") added a warning when trying to parse a property
with a value (boolean properties are defined as: absent = false, present
without any value = true). This causes a warning from meson-card-utils.

meson-card-utils needs to know about the existence of the
"audio-routing" and/or "audio-widgets" properties in order to properly
parse them. Switch to of_property_present() in order to silence the
following warning messages during boot:
  OF: /sound: Read of boolean property 'audio-routing' with a value.
  OF: /sound: Read of boolean property 'audio-widgets' with a value.

Fixes: 7864a79f37 ("ASoC: meson: add axg sound card support")
Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://patch.msgid.link/20250419213448.59647-1-martin.blumenstingl@googlemail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-06-27 11:07:26 +01:00
..
aiu-acodec-ctrl.c
aiu-codec-ctrl.c
aiu-encoder-i2s.c
aiu-encoder-spdif.c
aiu-fifo-i2s.c
aiu-fifo-spdif.c
aiu-fifo.c
aiu-fifo.h
aiu.c
aiu.h
axg-card.c
axg-fifo.c
axg-fifo.h
axg-frddr.c
axg-pdm.c
axg-spdifin.c
axg-spdifout.c
axg-tdm-formatter.c
axg-tdm-formatter.h
axg-tdm-interface.c
axg-tdm.h
axg-tdmin.c
axg-tdmout.c
axg-toddr.c
g12a-toacodec.c
g12a-tohdmitx.c
gx-card.c
Kconfig
Makefile
meson-card-utils.c ASoC: meson: meson-card-utils: use of_property_present() for DT parsing 2025-06-27 11:07:26 +01:00
meson-card.h
meson-codec-glue.c
meson-codec-glue.h
t9015.c