Skip to content

Commit

Permalink
Anything within the parenthesis shouldn't be touched.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Sep 3, 2023
1 parent b0545e1 commit 92f4f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlg_easy_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ void EasySetupDialog::updateAudioDevices_()
auto outputDevices = audioEngine->getAudioDeviceList(IAudioEngine::AUDIO_ENGINE_OUT);

wxRegEx soundDeviceCleanup("^([:alpha:]+)[:space:]*\\(|^alsa_(input|output)\\.");
wxRegEx rightParenRgx("[:space:]*\\)[:space:]*$");
wxRegEx rightParenRgx("\\)[:space:]*$");

for (auto& dev : inputDevices)
{
Expand Down

0 comments on commit 92f4f13

Please sign in to comment.