Commit 15c2e08b authored by David Fuhrmann's avatar David Fuhrmann

auhal: enable TimeGet for S/PDIF

parent ebb67994
......@@ -313,11 +313,6 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt)
p_aout->play = Play;
p_aout->flush = Flush;
p_aout->time_get = TimeGet;
// TODO fix TimeGet for S/PDIF
if (AOUT_FMT_SPDIF (fmt) && p_sys->b_selected_dev_is_digital)
p_aout->time_get = NULL;
p_aout->pause = Pause;
return VLC_SUCCESS;
}
......
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