mirror of https://github.com/mpv-player/mpv
ao_subdevice fixed. 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8ff7cf174
commit
82adc24b1f
|
@ -156,8 +156,8 @@ static int init(int rate_hz, int channels, int format, int flags)
|
|||
return(0);
|
||||
}
|
||||
|
||||
if (ao_data.subdevice != NULL)
|
||||
alsa_device = ao_data.subdevice;
|
||||
if (ao_subdevice != NULL)
|
||||
alsa_device = ao_subdevice;
|
||||
|
||||
if (alsa_device == NULL)
|
||||
{
|
||||
|
|
|
@ -156,8 +156,8 @@ static int init(int rate_hz, int channels, int format, int flags)
|
|||
return(0);
|
||||
}
|
||||
|
||||
if (ao_data.subdevice != NULL)
|
||||
alsa_device = ao_data.subdevice;
|
||||
if (ao_subdevice != NULL)
|
||||
alsa_device = ao_subdevice;
|
||||
|
||||
if (alsa_device == NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue