]> git.sesse.net Git - nageru/commitdiff
Update to a bmusb version where fake cards output 8-channel audio.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Sep 2016 16:51:05 +0000 (18:51 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 19 Oct 2016 22:55:44 +0000 (00:55 +0200)
audio_mixer.cpp

index 87a99bddc3c732dc81b29c044306bb739976815b..a2f25f0a2d93fb5a8c29dae5548ed33cee723302 100644 (file)
@@ -742,7 +742,7 @@ map<DeviceSpec, DeviceInfo> AudioMixer::get_devices()
                const AudioDevice *device = &video_cards[card_index];
                DeviceInfo info;
                info.name = device->name;
-               info.num_channels = 8;  // FIXME: This is wrong for fake cards.
+               info.num_channels = 8;
                devices.insert(make_pair(spec, info));
        }
        vector<ALSAPool::Device> available_alsa_devices = alsa_pool.get_devices();