Re: [PATCH v3] ASoC: cs35l41: Steam Deck Shared boost properties quirk

From: David Rhodes
Date: Wed Mar 01 2023 - 13:09:10 EST



On Wed, Mar 01, 2023 at 12:44:47PM +0000, Lucas Tanure wrote:
>+ if (device_property_read_bool(dev, "cirrus,shared-boost-active")){
>+ hw_cfg->bst_type = CS35L41_SHD_BOOST_ACTV;

Missing a space before the opening brace.
Check your CC list, this doesn't appear to be going to alsa-devel.

Thanks,
David