Skip to content

Commit

Permalink
Make Test Speakers work, issue mate-desktop#190
Browse files Browse the repository at this point in the history
Test Speaker select random output on audio HW with several outputs.
Make it use the the selected ouput instead.
  • Loading branch information
joakim-tjernlund committed Mar 29, 2024
1 parent 140960d commit df3e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mate-volume-control/gvc-mixer-dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ on_test_speakers_clicked (GvcComboBox *widget, GvcMixerDialog *dialog)
return;
}

stream = find_device_test_stream (dialog, device);
stream = mate_mixer_context_get_default_output_stream (dialog->priv->context);
if (G_UNLIKELY (stream == NULL)) {
g_warn_if_reached ();
return;
Expand Down

0 comments on commit df3e98f

Please sign in to comment.