From 54fcb907c1c0397973208debea876ef5753d529c Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Apr 2021 23:02:15 -0400 Subject: alsa: instead of per-target tests, use HAVE_ALSA_32BIT Affects all Sony NWZ (linux) and the fiio m3k linux targets. Change-Id: I2fcf121bd026103d2b72332a5a52cc2b5e93949f --- firmware/export/config/fiiom3klinux.h | 1 + firmware/export/config/sonynwzlinux.h | 1 + 2 files changed, 2 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/fiiom3klinux.h b/firmware/export/config/fiiom3klinux.h index c383242909..fea464c2de 100644 --- a/firmware/export/config/fiiom3klinux.h +++ b/firmware/export/config/fiiom3klinux.h @@ -117,6 +117,7 @@ /* Audio codec */ #define HAVE_FIIO_LINUX_CODEC +#define HAVE_ALSA_32BIT /* We don't have hardware controls */ #define HAVE_SW_TONE_CONTROLS diff --git a/firmware/export/config/sonynwzlinux.h b/firmware/export/config/sonynwzlinux.h index 06120b455b..ffd6778867 100644 --- a/firmware/export/config/sonynwzlinux.h +++ b/firmware/export/config/sonynwzlinux.h @@ -82,6 +82,7 @@ /* Audio codec */ #define HAVE_NWZ_LINUX_CODEC +#define HAVE_ALSA_32BIT #endif /* SIMULATOR */ -- cgit v1.2.3