summaryrefslogtreecommitdiffstats
path: root/audio/io_thread.h
diff options
context:
space:
mode:
authorSorin Basca <sorinbasca@google.com>2021-08-25 14:15:58 +0000
committerSorin Basca <sorinbasca@google.com>2021-08-25 14:15:58 +0000
commitc8b26fbb92e813ad7d986a58e8ce3ffe44a48428 (patch)
tree40ca482a8b0a9a72ebd71ed30d6b25f2831514e4 /audio/io_thread.h
parent476010820e788ee87d66c088f93a55ab6a97a755 (diff)
downloaddevice_generic_goldfish-c8b26fbb92e813ad7d986a58e8ce3ffe44a48428.tar.gz
device_generic_goldfish-c8b26fbb92e813ad7d986a58e8ce3ffe44a48428.tar.bz2
device_generic_goldfish-c8b26fbb92e813ad7d986a58e8ce3ffe44a48428.zip
Revert "Update the audio HAL to @7"
Revert "Upgrade audio and audio.effect HALs" Revert submission 1804916-emulator-audio7 Reason for revert: Broken test (http://b/197715978) Reverted Changes: I92675c2ec:Update the audio HAL to @7 If878215f7:Upgrade audio and audio.effect HALs Change-Id: I856ca03bdf86efd993b077186a05e924fd5e70b0
Diffstat (limited to 'audio/io_thread.h')
-rw-r--r--audio/io_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/io_thread.h b/audio/io_thread.h
index e0b09724..698df499 100644
--- a/audio/io_thread.h
+++ b/audio/io_thread.h
@@ -20,7 +20,7 @@
namespace android {
namespace hardware {
namespace audio {
-namespace V7_0 {
+namespace V6_0 {
namespace implementation {
struct IOThread {
@@ -35,7 +35,7 @@ struct IOThread {
};
} // namespace implementation
-} // namespace V7_0
+} // namespace V6_0
} // namespace audio
} // namespace hardware
} // namespace android