mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:45:42 +01:00
082015dc95
Add support for pre-processing scale/ops/channel objects and adding the converted config to the relevant sections. For ex: Object.Base.channel."fl" { shift 0 reg 1 } Object.Base.channel."fr" { reg 1 shift 1 } Will be converted to: channel { fl { reg 1 shift 0 } fr { reg 1 shift 1 } } And added to the SectionControlMixer that this object belongs to. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz> |
||
---|---|---|
.. | ||
alsatplg.rst | ||
Makefile.am | ||
pre-process-class.c | ||
pre-process-dapm.c | ||
pre-process-object.c | ||
pre-processor.c | ||
pre-processor.h | ||
topology.c | ||
topology.h |