summaryrefslogtreecommitdiff
path: root/firmware/export/config/sonynwzlinux.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-08 23:02:15 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-08 23:02:15 -0400
commit54fcb907c1c0397973208debea876ef5753d529c (patch)
tree89baa84fbecab815af6db2ca4b8623603a617da8 /firmware/export/config/sonynwzlinux.h
parente17337c9aab231875234e0485f7175a5a613fb4c (diff)
downloadrockbox-54fcb907c1c0397973208debea876ef5753d529c.tar.gz
rockbox-54fcb907c1c0397973208debea876ef5753d529c.zip
alsa: instead of per-target tests, use HAVE_ALSA_32BIT
Affects all Sony NWZ (linux) and the fiio m3k linux targets. Change-Id: I2fcf121bd026103d2b72332a5a52cc2b5e93949f
Diffstat (limited to 'firmware/export/config/sonynwzlinux.h')
-rw-r--r--firmware/export/config/sonynwzlinux.h1
1 files changed, 1 insertions, 0 deletions
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 @@
82 82
83/* Audio codec */ 83/* Audio codec */
84#define HAVE_NWZ_LINUX_CODEC 84#define HAVE_NWZ_LINUX_CODEC
85#define HAVE_ALSA_32BIT
85 86
86#endif /* SIMULATOR */ 87#endif /* SIMULATOR */
87 88