mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 13:15:25 -05:00
audio: Fix up more red from a79bdaf462
Change-Id: Ie6a68f2a14489bc84ddc57b73b37ddb94b7dc0ac
This commit is contained in:
parent
fd6d6c48b4
commit
c2952136c6
2 changed files with 13 additions and 1 deletions
|
|
@ -133,8 +133,10 @@ target/hosted/sonynwz/audio-nwz.c
|
|||
target/hosted/sonynwz/debug-nwz.c
|
||||
target/hosted/sonynwz/nvp-nwz.c
|
||||
target/hosted/sonynwz/nwz-db.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/sonynwz/nwzlinux-codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ((defined(HIBY_LINUX) || defined(FIIO_M3K_LINUX) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) || defined(SONY_NWZ_LINUX)) && !defined(SIMULATOR))
|
||||
target/hosted/pcm-alsa.c
|
||||
|
|
@ -158,22 +160,28 @@ target/hosted/power-linux.c
|
|||
target/hosted/agptek/button-agptek.c
|
||||
target/hosted/agptek/debug-agptek.c
|
||||
target/hosted/agptek/powermgmt-agptek.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/agptek/rocker_codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(SURFANS_F28) && !defined(SIMULATOR)
|
||||
target/hosted/surfans/button-f28.c
|
||||
target/hosted/surfans/debug-f28.c
|
||||
target/hosted/surfans/powermgmt-f28.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/surfans/surfanslinux_codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR)
|
||||
target/hosted/xduoo/button-xduoo.c
|
||||
target/hosted/xduoo/debug-xduoo.c
|
||||
target/hosted/xduoo/powermgmt-xduoo.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/xduoo/xduoolinux_codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HIBY_LINUX) && !defined(SIMULATOR)
|
||||
target/hosted/usb-hiby.c
|
||||
|
|
@ -187,16 +195,20 @@ target/hosted/fiio/debug-fiio.c
|
|||
target/hosted/fiio/powermgmt-fiio.c
|
||||
target/hosted/fiio/system-fiio.c
|
||||
target/hosted/fiio/usb-fiio.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/fiio/fiiolinux_codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(EROS_Q)) && !defined(SIMULATOR)
|
||||
#if defined(EROS_Q) && !defined(SIMULATOR)
|
||||
target/hosted/aigo/button-erosq.c
|
||||
target/hosted/aigo/debug-erosq.c
|
||||
target/hosted/aigo/power-erosq.c
|
||||
target/hosted/aigo/powermgmt-erosq.c
|
||||
#if !defined(BOOTLOADER)
|
||||
target/hosted/aigo/erosqlinux_codec.c
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
|
||||
drivers/adc-as3514.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue