Re: [PATCH] ASoC: Use of_property_present() for non-boolean properties

2025-01-09 Thread Mark Brown
On Thu, 09 Jan 2025 12:23:00 -0600, Rob Herring (Arm) wrote: > The use of of_property_read_bool() for non-boolean properties is > deprecated in favor of of_property_present() when testing for property > presence. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.gi

[PATCH] ASoC: Use of_property_present() for non-boolean properties

2025-01-09 Thread Rob Herring (Arm)
The use of of_property_read_bool() for non-boolean properties is deprecated in favor of of_property_present() when testing for property presence. Signed-off-by: Rob Herring (Arm) --- sound/soc/fsl/fsl-asoc-card.c| 2 +- sound/soc/fsl/imx-audmux.c | 2 +-