]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: topology: Save num_channels value for mixer controls
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 17 Feb 2025 10:21:07 +0000 (11:21 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 24 Feb 2025 16:01:52 +0000 (16:01 +0000)
commit81eb3a2bd273b84fa9808e6b13b533f9c55e16eb
tree775ce29a7f92b4b3c280fc6a46599ed0ede40aa1
parent758beab0252912395efb79f34095c5ae7e3e58b1
ASoC: topology: Save num_channels value for mixer controls

To provide minimal support for multi-channel kcontrols i.e.: more than
stereo configuration, store the number of channels specified within the
SectionControlMixer. The field is part of the topology standard,
currently skipped by the ASoC core.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250217102115.3539427-3-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h
sound/soc/soc-topology.c