Skip to content

Commit 7815181

Browse files
radioactivemansfan5
authored andcommitted
ao_pipewire: fix copy paste error in channel mapping
1 parent 2e5e293 commit 7815181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio/out/ao_pipewire.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ static enum spa_audio_channel mp_speaker_id_to_spa(struct ao *ao, enum mp_speake
150150
case MP_SPEAKER_ID_WL: return SPA_AUDIO_CHANNEL_FL;
151151
case MP_SPEAKER_ID_WR: return SPA_AUDIO_CHANNEL_FR;
152152
case MP_SPEAKER_ID_SDL: return SPA_AUDIO_CHANNEL_SL;
153-
case MP_SPEAKER_ID_SDR: return SPA_AUDIO_CHANNEL_SL;
153+
case MP_SPEAKER_ID_SDR: return SPA_AUDIO_CHANNEL_SR;
154154
case MP_SPEAKER_ID_LFE2: return SPA_AUDIO_CHANNEL_LFE2;
155155
case MP_SPEAKER_ID_TSL: return SPA_AUDIO_CHANNEL_TSL;
156156
case MP_SPEAKER_ID_TSR: return SPA_AUDIO_CHANNEL_TSR;

0 commit comments

Comments
 (0)