pcm_record.c depends on UDA1380, not h100...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7651f52190
commit
b936d94e41
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ drivers/uda1380.c
|
|||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
pcm_playback.c
|
||||
#endif
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
||||
pcm_record.c
|
||||
#endif
|
||||
sound.c
|
||||
|
|
Loading…
Reference in a new issue