]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: soc.h: Add SOC_SINGLE_BOOL_EXT_ACC() to allow setting access flags
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 25 Mar 2026 17:08:40 +0000 (17:08 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 26 Mar 2026 10:20:43 +0000 (10:20 +0000)
commit37c277f050e8d24cb3db6d090d4e9cdd263ba1a3
tree045f8bf01f857ef692400406f7ac35adf9923fbe
parentc369299895a591d96745d6492d4888259b004a9e
ASoC: soc.h: Add SOC_SINGLE_BOOL_EXT_ACC() to allow setting access flags

Add a macro SOC_SINGLE_BOOL_EXT_ACC() to allow the access permission flags
to be set. This is the same as SOC_SINGLE_BOOL_EXT() but with an extra
argument for the access flags.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260325170841.1405368-2-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h