From 5dd236ec9607627f3195fc3207f82dcc8a710e40 Mon Sep 17 00:00:00 2001 From: jpwichern Date: Fri, 6 Jun 2014 17:26:50 +0200 Subject: [PATCH] Update dsd_audio.c Small oops --- dsd_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsd_audio.c b/dsd_audio.c index 17544aa..d46fee0 100644 --- a/dsd_audio.c +++ b/dsd_audio.c @@ -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