Skip to content

Commit d6d2bf4

Browse files
committed
topology2: cavs-mixin-mixout-ssp: cleanup whitespaces to use tabs
Replace whitespaces with tabs. Signed-off-by: Mac Chiang <mac.chiang@intel.com>
1 parent 3681e09 commit d6d2bf4

1 file changed

Lines changed: 50 additions & 50 deletions

File tree

tools/topology/topology2/cavs-mixin-mixout-ssp.conf

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Object.Pipeline {
1414

1515
Object.Widget.host-copier.1 {
1616
stream_name '$HEADSET_PLAYBACK_PCM_STREAM_NAME'
17-
pcm_id $HEADSET_PCM_ID
17+
pcm_id $HEADSET_PCM_ID
1818
}
1919
Object.Widget.gain.1 {
2020
Object.Control.mixer.1 {
@@ -27,7 +27,7 @@ Object.Pipeline {
2727

2828
Object.Widget.host-copier.1 {
2929
stream_name '$SPEAKER_PLAYBACK_PCM_STREAM_NAME'
30-
pcm_id $SPEAKER_PCM_ID
30+
pcm_id $SPEAKER_PCM_ID
3131
}
3232
Object.Widget.gain.1 {
3333
Object.Control.mixer.1 {
@@ -37,59 +37,59 @@ Object.Pipeline {
3737
}
3838
]
3939

40-
mixout-gain-dai-copier-playback [
41-
{
42-
index $HEADSET_DAI_PIPELINE_ID
40+
mixout-gain-dai-copier-playback [
41+
{
42+
index $HEADSET_DAI_PIPELINE_ID
4343

44-
Object.Widget.dai-copier.1 {
45-
dai_index $HEADSET_SSP_DAI_INDEX
46-
dai_type "SSP"
47-
copier_type "SSP"
48-
stream_name "$HEADSET_CODEC_NAME"
49-
node_type $I2S_LINK_OUTPUT_CLASS
50-
}
44+
Object.Widget.dai-copier.1 {
45+
dai_index $HEADSET_SSP_DAI_INDEX
46+
dai_type "SSP"
47+
copier_type "SSP"
48+
stream_name "$HEADSET_CODEC_NAME"
49+
node_type $I2S_LINK_OUTPUT_CLASS
50+
}
5151

52-
Object.Widget.gain.1 {
53-
Object.Control.mixer.1 {
54-
name 'Post Mixer $HEADSET_PCM_NAME Playback Volume'
55-
}
56-
}
57-
}
58-
{
59-
index $SPEAKER_DAI_PIPELINE_ID
52+
Object.Widget.gain.1 {
53+
Object.Control.mixer.1 {
54+
name 'Post Mixer $HEADSET_PCM_NAME Playback Volume'
55+
}
56+
}
57+
}
58+
{
59+
index $SPEAKER_DAI_PIPELINE_ID
6060

61-
Object.Widget.dai-copier.1 {
62-
dai_index $SPEAKER_SSP_DAI_INDEX
63-
dai_type "SSP"
64-
copier_type "SSP"
65-
stream_name "$SPEAKER_CODEC_NAME"
66-
node_type $I2S_LINK_OUTPUT_CLASS
67-
}
61+
Object.Widget.dai-copier.1 {
62+
dai_index $SPEAKER_SSP_DAI_INDEX
63+
dai_type "SSP"
64+
copier_type "SSP"
65+
stream_name "$SPEAKER_CODEC_NAME"
66+
node_type $I2S_LINK_OUTPUT_CLASS
67+
}
6868

69-
Object.Widget.gain.1 {
70-
Object.Control.mixer.1 {
71-
name 'Post Mixer $SPEAKER_PCM_NAME Playback Volume'
72-
}
73-
}
74-
}
75-
]
69+
Object.Widget.gain.1 {
70+
Object.Control.mixer.1 {
71+
name 'Post Mixer $SPEAKER_PCM_NAME Playback Volume'
72+
}
73+
}
74+
}
75+
]
7676
}
7777

7878
Object.Base.route [
79-
{
80-
source "gain.$HEADSET_DAI_PIPELINE_ID.1"
81-
sink "dai-copier.SSP.$HEADSET_CODEC_NAME.playback"
82-
}
83-
{
84-
source "mixin.$HEADSET_HOST_PIPELINE_ID.1"
85-
sink "mixout.$HEADSET_DAI_PIPELINE_ID.1"
86-
}
87-
{
88-
source "gain.$SPEAKER_DAI_PIPELINE_ID.1"
89-
sink "dai-copier.SSP.$SPEAKER_CODEC_NAME.playback"
90-
}
91-
{
92-
source "mixin.$SPEAKER_HOST_PIPELINE_ID.1"
93-
sink "mixout.$SPEAKER_DAI_PIPELINE_ID.1"
94-
}
79+
{
80+
source "gain.$HEADSET_DAI_PIPELINE_ID.1"
81+
sink "dai-copier.SSP.$HEADSET_CODEC_NAME.playback"
82+
}
83+
{
84+
source "mixin.$HEADSET_HOST_PIPELINE_ID.1"
85+
sink "mixout.$HEADSET_DAI_PIPELINE_ID.1"
86+
}
87+
{
88+
source "gain.$SPEAKER_DAI_PIPELINE_ID.1"
89+
sink "dai-copier.SSP.$SPEAKER_CODEC_NAME.playback"
90+
}
91+
{
92+
source "mixin.$SPEAKER_HOST_PIPELINE_ID.1"
93+
sink "mixout.$SPEAKER_DAI_PIPELINE_ID.1"
94+
}
9595
]

0 commit comments

Comments
 (0)