Commit bc3de761 authored by Benjamin Pracht's avatar Benjamin Pracht

* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)

* If anybody has the appropriate hardware, PLEASE test

(this is broken in 0.8.4, do we make a 0.8.4a for linux, along with the hal fixes ?)
parent a7dbb200
......@@ -407,7 +407,7 @@ static int Open( vlc_object_t *p_this )
{
p_aout->output.output.i_physical_channels = AOUT_CHAN_CENTER;
}
else
else if( val.i_int != AOUT_VAR_SPDIF )
{
/* This should not happen ! */
msg_Err( p_aout, "internal: can't find audio-device (%i)", val.i_int );
......
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