From 39845bd9d8d1c85bccbdc13865bd3533d7d25262 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 27 Jul 2014 11:05:25 -0600 Subject: Move subsampling rate definitions from nxplayer.h to audio.h --- apps/system/nxplayer/nxplayer.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'apps/system') diff --git a/apps/system/nxplayer/nxplayer.c b/apps/system/nxplayer/nxplayer.c index cf834f852..444608198 100644 --- a/apps/system/nxplayer/nxplayer.c +++ b/apps/system/nxplayer/nxplayer.c @@ -38,18 +38,19 @@ ****************************************************************************/ #include -#include -#include #include +#include + #include #include #include #include -#include #include #include +#include +#include #include /**************************************************************************** @@ -1169,7 +1170,7 @@ int nxplayer_resume(FAR struct nxplayer_s *pPlayer) #ifndef CONFIG_AUDIO_EXCLUDE_FFORWARD int nxplayer_fforward(FAR struct nxplayer_s *pPlayer, - enum nxplayer_subsample_e subsample) + enum audio_subsample_e subsample) { #warning Missing logic return -ENOSYS; @@ -1198,7 +1199,7 @@ int nxplayer_fforward(FAR struct nxplayer_s *pPlayer, #ifndef CONFIG_AUDIO_EXCLUDE_REWIND int nxplayer_rewind(FAR struct nxplayer_s *pPlayer, - enum nxplayer_subsample_e subsample) + enum audio_subsample_e subsample) { #warning Missing logic return -ENOSYS; -- cgit v1.2.3