Commit daff83e0 authored by David Fuhrmann's avatar David Fuhrmann

auhal: use spidf with default device when enabled in prefs

parent 2cc78471
......@@ -309,6 +309,7 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt)
msg_Dbg(p_aout, "using default audio device %i", defaultDeviceID);
p_sys->i_selected_dev = defaultDeviceID;
p_sys->b_selected_dev_is_digital = var_InheritBool(p_aout, "spdif");
}
// recheck if device still supports digital
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment