From b030bf5885dc5e018dd38eacbb294f1321f2b400 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 1 Oct 2020 14:06:48 -0400 Subject: xduoox3ii/x20: Proper lineout detection and volume mangling. hotplugging hp and lineout works, without blowing out eardrums. Change-Id: I2df5c7a618bb2d1d77d416548d45dff9cfc619db --- apps/playback.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index c7cfef018a..31aed2abe1 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3851,10 +3851,6 @@ static void audio_change_frequency_callback(unsigned short id, void *data) static bool starting_playback = false; struct mp3entry *id3; -#ifdef AUDIOHW_HAVE_SET_OUTPUT - audiohw_set_output(); -#endif - switch (id) { case PLAYBACK_EVENT_START_PLAYBACK: -- cgit v1.2.3