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 --- firmware/export/audiohw.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 34a253e893..31be0555f8 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -452,10 +452,6 @@ void audiohw_set_volume(int vol_l, int vol_r); void audiohw_set_lineout_volume(int vol_l, int vol_r); #endif -#ifdef AUDIOHW_HAVE_SET_OUTPUT -void audiohw_set_output(void); -#endif - #ifndef AUDIOHW_HAVE_CLIPPING #if defined(AUDIOHW_HAVE_BASS) || defined(AUDIOHW_HAVE_TREBLE) \ || defined(AUDIOHW_HAVE_EQ) -- cgit v1.2.3