diff options
author | Keyon Jie <yang.jie@linux.intel.com> | 2020-05-15 15:59:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-18 14:24:56 +0200 |
commit | 82e8c00fa18a3ef0ad3087dcad1d82637a738e30 (patch) | |
tree | b7c9802ac72fb9af835541c21161150c071ef5fb /sound/soc/sof | |
parent | ASoC: SOF: inform DSP that driver is going to be removed (diff) | |
download | linux-82e8c00fa18a3ef0ad3087dcad1d82637a738e30.tar.xz linux-82e8c00fa18a3ef0ad3087dcad1d82637a738e30.zip |
ASoC: SOF: topology: add support to smart amplifier
Add smart amplifier component support, which is designed as another new
type of process component and used for speaker protection algorithm
integration.
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200515135958.17511-5-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof')
-rw-r--r-- | sound/soc/sof/topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c index 0259537d3740..6a9703e5ff60 100644 --- a/sound/soc/sof/topology.c +++ b/sound/soc/sof/topology.c @@ -431,6 +431,7 @@ static const struct sof_process_types sof_process[] = { {"MUX", SOF_PROCESS_MUX, SOF_COMP_MUX}, {"DEMUX", SOF_PROCESS_DEMUX, SOF_COMP_DEMUX}, {"DCBLOCK", SOF_PROCESS_DCBLOCK, SOF_COMP_DCBLOCK}, + {"SMART_AMP", SOF_PROCESS_SMART_AMP, SOF_COMP_SMART_AMP}, }; static enum sof_ipc_process_type find_process(const char *name) |