diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2017-06-29 09:22:24 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-30 06:55:20 -0400 |
commit | 8a70b4544ef4f094cc2c52734e097cc358f56603 (patch) | |
tree | 04d56ebad7d18172ec047df97e9c8c601d1d45e6 /Documentation/sound | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs.
Add some DAPM widget types to better support the construction of DAPM
graphs within DSPs.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/soc/dapm.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/sound/soc/dapm.rst b/Documentation/sound/soc/dapm.rst index a27f42befa4d..8e44107933ab 100644 --- a/Documentation/sound/soc/dapm.rst +++ b/Documentation/sound/soc/dapm.rst | |||
@@ -105,6 +105,24 @@ Pre | |||
105 | Special PRE widget (exec before all others) | 105 | Special PRE widget (exec before all others) |
106 | Post | 106 | Post |
107 | Special POST widget (exec after all others) | 107 | Special POST widget (exec after all others) |
108 | Buffer | ||
109 | Inter widget audio data buffer within a DSP. | ||
110 | Scheduler | ||
111 | DSP internal scheduler that schedules component/pipeline processing | ||
112 | work. | ||
113 | Effect | ||
114 | Widget that performs an audio processing effect. | ||
115 | SRC | ||
116 | Sample Rate Converter within DSP or CODEC | ||
117 | ASRC | ||
118 | Asynchronous Sample Rate Converter within DSP or CODEC | ||
119 | Encoder | ||
120 | Widget that encodes audio data from one format (usually PCM) to another | ||
121 | usually more compressed format. | ||
122 | Decoder | ||
123 | Widget that decodes audio data from a compressed format to an | ||
124 | uncompressed format like PCM. | ||
125 | |||
108 | 126 | ||
109 | (Widgets are defined in include/sound/soc-dapm.h) | 127 | (Widgets are defined in include/sound/soc-dapm.h) |
110 | 128 | ||