Skip to content

Commit

Permalink
Following r27216, simplify a tad, 2 channels will always be supported…
Browse files Browse the repository at this point in the history
…, we only care about 5.1

git-svn-id: http://svn.mythtv.org/svn/trunk@27217 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
jyavenard committed Nov 14, 2010
1 parent 472678b commit 87b9ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/globalsettings.cpp
Expand Up @@ -367,7 +367,7 @@ void AudioConfigSettings::UpdateCapabilities(const QString &device)
for (int i = 1; i <= max_speakers; i++)
{
if (invalid || settings.IsSupportedChannels(i) ||
(bForceDigital && (i == 2 || i == 6)))
(bForceDigital && i == 6))
{
QString txt;

Expand Down

0 comments on commit 87b9ef4

Please sign in to comment.