diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2025-02-17 11:21:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-02-24 16:01:51 +0000 |
commit | 758beab0252912395efb79f34095c5ae7e3e58b1 (patch) | |
tree | c9b69af4e49d8aa57ff253c355a00bb676ed1e3a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b47834ee4485bbdcc6d36f086ff61c3efd8870d4 (diff) |
ASoC: topology: Create kcontrols based on their type
Fields ->ops.info and ->type of struct snd_soc_tplg_ctl_hdr denote
info-operation type and control type respectively. These are two
different pieces of information. The info type is represented by
SND_SOC_TPLG_CTL_xxx and SND_SOC_TPLG_DAPM_CTL_xxx on UAPI side whereas
for control type it is SND_SOC_TPLG_TYPE_xxx (mixer, bytes or enum).
The type of the kcontrol to be created is currently guessed based on the
value of the ->ops.info. Use the ->type instead to correct and simplify
the code. With this change ops.info() can be customized by sound drivers
utilizing the ASoC-topology just like ops.get() and ops.put() can be.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250217102115.3539427-2-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions