From aabc8aca47e60cf745a34af28c50679fcb967910 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 3 Oct 2020 18:17:11 -0400 Subject: New port: FiiO M3K Most credit goes to: Roman Skylarov Additional integration and refactoring by myself. *** COMPLETELY UNTESTED *** Change-Id: Ia64c36d92e0214c6b15f7a868df286f8113ea27b --- firmware/export/audiohw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/audiohw.h') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 31be0555f8..1ff220e403 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -224,6 +224,8 @@ struct sound_settings_info #include "rocker_codec.h" #elif defined(HAVE_XDUOO_LINUX_CODEC) #include "xduoolinux_codec.h" +#elif defined(HAVE_FIIO_LINUX_CODEC) +#include "fiiolinux_codec.h" #endif /* convert caps into defines */ -- cgit v1.2.3