summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJyri Sarha <jyri.sarha@intel.com>2023-01-18 21:41:47 +0200
committerJaroslav Kysela <perex@perex.cz>2023-02-06 15:48:20 +0100
commit4d7275d7f86bf5fd14750a160512ec75de8bedad (patch)
tree5318bf45c66e617ef49dd863c4205e1892b30c09
parent613372dc7c50b1ddc64c79040e8e1ea7c57a3198 (diff)
downloadalsa-utils-4d7275d7f86bf5fd14750a160512ec75de8bedad.tar.gz
topology: pre-process-object: Remove all trailing white space
Signed-off-by: Jyri Sarha <jyri.sarha@intel.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-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;