diff options
author | Paul McLean <pmclean@google.com> | 2014-12-15 09:44:42 -0800 |
---|---|---|
committer | Paul Mclean <pmclean@google.com> | 2014-12-15 18:18:52 +0000 |
commit | 271444af385a288bf4164bd2b3e186525e4c0d40 (patch) | |
tree | 128e0acfc948645be7b6d7d673ac1fd1cd6a4285 /modules/usbaudio/alsa_device_proxy.c | |
parent | 416b4431c6df1da3c0e38f1d7c0fd90b26fe28c3 (diff) | |
download | hardware_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_proxy.c')
-rw-r--r-- | modules/usbaudio/alsa_device_proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/usbaudio/alsa_device_proxy.c b/modules/usbaudio/alsa_device_proxy.c index 081c05b..902a6d2 100644 --- a/modules/usbaudio/alsa_device_proxy.c +++ b/modules/usbaudio/alsa_device_proxy.c @@ -22,7 +22,7 @@ #include "alsa_device_proxy.h" -#include "logging.h" +#include "audio_logging.h" #define DEFAULT_PERIOD_SIZE 1024 #define DEFAULT_PERIOD_COUNT 2 |