summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio/alsa_device_profile.c
diff options
context:
space:
mode:
authorPaul McLean <pmclean@google.com>2014-12-15 09:44:42 -0800
committerPaul Mclean <pmclean@google.com>2014-12-15 18:18:52 +0000
commit271444af385a288bf4164bd2b3e186525e4c0d40 (patch)
tree128e0acfc948645be7b6d7d673ac1fd1cd6a4285 /modules/usbaudio/alsa_device_profile.c
parent416b4431c6df1da3c0e38f1d7c0fd90b26fe28c3 (diff)
downloadhardware_libhardware-271444af385a288bf4164bd2b3e186525e4c0d40.zip
hardware_libhardware-271444af385a288bf4164bd2b3e186525e4c0d40.tar.gz
hardware_libhardware-271444af385a288bf4164bd2b3e186525e4c0d40.tar.bz2
Renaming generic-sounding filenames to indicate "audio".
Change-Id: Iba6403a3493379c39d22d23b438f028efc2e15b7
Diffstat (limited to 'modules/usbaudio/alsa_device_profile.c')
-rw-r--r--modules/usbaudio/alsa_device_profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/usbaudio/alsa_device_profile.c b/modules/usbaudio/alsa_device_profile.c
index 8e84471..6397b28 100644
--- a/modules/usbaudio/alsa_device_profile.c
+++ b/modules/usbaudio/alsa_device_profile.c
@@ -26,8 +26,8 @@
#include <log/log.h>
#include "alsa_device_profile.h"
-#include "format.h"
-#include "logging.h"
+#include "audio_format.h"
+#include "audio_logging.h"
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))