]> git.ipfire.org Git - thirdparty/linux.git/commit
soundwire: Add missing EXPORT for sdw_slave_type
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Mon, 12 Jan 2026 14:07:56 +0000 (14:07 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Jan 2026 13:35:17 +0000 (13:35 +0000)
commit1ddbcb910a06f53fc2b14e1743c6ad4ccfd7107f
treec8f4ee1d6781b03305473d15cb8c46e09e24a589
parent0f61b1860cc3f52aef9036d7235ed1f017632193
soundwire: Add missing EXPORT for sdw_slave_type

include/sdw_type.h provides the function is_sdw_slave() which
requires sdw_slave_type. But sdw_slave_type was not exported.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Acked-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260112140758.215799-2-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/soundwire/slave.c