diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-04-08 23:02:15 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-04-08 23:02:15 -0400 |
commit | 54fcb907c1c0397973208debea876ef5753d529c (patch) | |
tree | 89baa84fbecab815af6db2ca4b8623603a617da8 /firmware/export/config/sonynwzlinux.h | |
parent | e17337c9aab231875234e0485f7175a5a613fb4c (diff) | |
download | rockbox-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.h | 1 |
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 @@ /* Audio codec */ #define HAVE_NWZ_LINUX_CODEC +#define HAVE_ALSA_32BIT #endif /* SIMULATOR */ |