-rw-r--r-- | libopie2/opiemm/osoundsystem.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libopie2/opiemm/osoundsystem.cpp b/libopie2/opiemm/osoundsystem.cpp index 6c03203..2956682 100644 --- a/libopie2/opiemm/osoundsystem.cpp +++ b/libopie2/opiemm/osoundsystem.cpp | |||
@@ -55,16 +55,12 @@ OSoundSystem::OSoundSystem() | |||
55 | odebug << "OSoundSystem::OSoundSystem()" << oendl; | 55 | odebug << "OSoundSystem::OSoundSystem()" << oendl; |
56 | synchronize(); | 56 | synchronize(); |
57 | } | 57 | } |
58 | 58 | ||
59 | void OSoundSystem::synchronize() | 59 | void OSoundSystem::synchronize() |
60 | { | 60 | { |
61 | // gather available interfaces by inspecting /dev | ||
62 | //FIXME: we could use SIOCGIFCONF here, but we aren't interested in virtual (e.g. eth0:0) devices | ||
63 | //FIXME: Use SIOCGIFCONF anway, because we can disable listing of aliased devices | ||
64 | |||
65 | _interfaces.clear(); | 61 | _interfaces.clear(); |
66 | _interfaces.insert( "soundcard", new OSoundCard( this, "soundcard" ) ); | 62 | _interfaces.insert( "soundcard", new OSoundCard( this, "soundcard" ) ); |
67 | 63 | ||
68 | /* | 64 | /* |
69 | 65 | ||
70 | QString str; | 66 | QString str; |