summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--topology/pre-process-object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/topology/pre-process-object.c b/topology/pre-process-object.c
index e890219..bafb620 100644
--- a/topology/pre-process-object.c
+++ b/topology/pre-process-object.c
@@ -1793,7 +1793,7 @@ int tplg_pre_process_objects(struct tplg_pre_processor *tplg_pp, snd_config_t *c
* ramp_step_ms 250
* }
* }
- *
+ *
* While instantiating the volume-pipeline class, the pga object
* could be modified as follows:
* Object.Pipeline.volume-playback.0 {
@@ -1809,7 +1809,7 @@ int tplg_pre_process_objects(struct tplg_pre_processor *tplg_pp, snd_config_t *c
* ramp_step_ms 250
* format "s24le"
* }
- */
+ */
if (parent) {
snd_config_t *parent_instance, *parent_obj, *temp;