[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/kmix
From:       Christian Esken <esken () kde ! org>
Date:       2010-02-28 15:08:20
Message-ID: 1267369700.392485.4011.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097158 by esken:

Map "side" control to a type and icon.
BUGS: 183062


 M  +2 -1      mixer_alsa9.cpp  


--- trunk/KDE/kdemultimedia/kmix/mixer_alsa9.cpp #1097157:1097158
@@ -106,7 +106,8 @@
    if (name.contains("mic"        , Qt::CaseInsensitive)) return \
MixDevice::MICROPHONE;  if (name.contains("lfe"        , Qt::CaseInsensitive)) return \
MixDevice::SURROUND_LFE;  if (name.contains("monitor"    , Qt::CaseInsensitive)) \
                return MixDevice::RECMONITOR;
-   if (name.contains("3d"         , Qt::CaseInsensitive)) return \
MixDevice::SURROUND;  // Should be probably some own icon +   if (name.contains("3d"  \
, Qt::CaseInsensitive)) return MixDevice::SURROUND; +   if (name.contains("side"      \
, Qt::CaseInsensitive)) return MixDevice::SURROUND_BACK;  
    return MixDevice::EXTERNAL;
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic