Skip to content

Commit f684fd1

Browse files
committed
Fix speaker-test in stereo mode
speaker-test in stereo mode always played the left speaker
1 parent 97a9b60 commit f684fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/programs/mythfrontend/audiogeneralsettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ void AudioTestThread::run()
579579
{
580580
m_interrupted = false;
581581
int smptelayout[7][8] = {
582-
{ 0, 1 }, //stereo
582+
{ 0, 0 , 1 }, //stereo
583583
{ }, //not used
584584
{ }, //not used
585585
{ }, //not used

0 commit comments

Comments
 (0)