Update dsd_audio.c

Small oops
This commit is contained in:
jpwichern 2014-06-06 17:26:50 +02:00
parent 55b190ef49
commit 5dd236ec96
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void
openAudioOutDevice (dsd_opts * opts, int speed)
{
// get info of device/file
if(strncmp(opts->audio_in_dev, "pa:", 3) == 0)
if(strncmp(opts->audio_out_dev, "pa:", 3) == 0)
{
opts->audio_out_type = 2;
#ifdef USE_PORTAUDIO