]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: tas2783A: read slave properties from acpi table
authorNiranjan H Y <niranjan.hy@ti.com>
Mon, 15 Dec 2025 15:32:19 +0000 (21:02 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 18 Dec 2025 08:21:51 +0000 (08:21 +0000)
commit961f20faa4b950c449dc98fa95a056ef368a24fc
tree9d8f466daba0e9d237d6081fe0a6d2d4b6679fbc
parentca8f3611dcf85489cae315f4844cccf858bbe9b3
ASoC: tas2783A: read slave properties from acpi table

Currently device is using hardcoded slave properties
using the .read_prop callback from "struct sdw_slave_ops".
This patch removes this and uses the sdw_slave_read_prop API
to read the data directly from the ACPI table.

Signed-off-by: Niranjan H Y <niranjan.hy@ti.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251215153219.810-8-niranjan.hy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2783-sdw.c