diff options
author | Misael Lopez Cruz | 2013-10-23 01:26:58 -0500 |
---|---|---|
committer | Misael Lopez Cruz | 2013-11-01 01:00:42 -0500 |
commit | c81ce74a427ed2112cf82a9d012b932d929a5afa (patch) | |
tree | 592f7f3badf50d463be78a6247328a891c13f6c0 | |
parent | 8998f381f3a073c00c7eed64d7423a548ed4faca (diff) | |
download | device-ti-common-open-c81ce74a427ed2112cf82a9d012b932d929a5afa.tar.gz device-ti-common-open-c81ce74a427ed2112cf82a9d012b932d929a5afa.tar.xz device-ti-common-open-c81ce74a427ed2112cf82a9d012b932d929a5afa.zip |
audio: New directory structure
Move the existing OMAP4+ ABE and HDMI AudioHALs into the hw/
directory in preparation for the multizone content.
Change-Id: Id6496a57d2e2a4f468111d949ab4ffab9514b7b0
Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
-rw-r--r-- | audio/hw/Android.mk (renamed from audio/Android.mk) | 0 | ||||
-rw-r--r-- | audio/hw/audio_hw.c (renamed from audio/audio_hw.c) | 0 | ||||
-rw-r--r-- | audio/hw/audio_policy.conf (renamed from audio/audio_policy.conf) | 0 | ||||
-rw-r--r-- | audio/hw/hdmi_audio_hal.h (renamed from audio/hdmi_audio_hal.h) | 0 | ||||
-rw-r--r-- | audio/hw/hdmi_audio_hw.c (renamed from audio/hdmi_audio_hw.c) | 0 | ||||
-rw-r--r-- | audio/hw/hdmi_audio_utils.c (renamed from audio/hdmi_audio_utils.c) | 0 | ||||
-rw-r--r-- | audio/hw/ril_interface.c (renamed from audio/ril_interface.c) | 0 | ||||
-rw-r--r-- | audio/hw/ril_interface.h (renamed from audio/ril_interface.h) | 0 | ||||
-rw-r--r-- | audio/hw/test/.gitignore (renamed from audio/test/.gitignore) | 0 | ||||
-rw-r--r-- | audio/hw/test/TestFlinger.py (renamed from audio/test/TestFlinger.py) | 0 | ||||
-rwxr-xr-x | audio/hw/test/music-monkey.py (renamed from audio/test/music-monkey.py) | 0 | ||||
-rwxr-xr-x | audio/hw/test/run-tests.py (renamed from audio/test/run-tests.py) | 0 | ||||
-rwxr-xr-x | audio/hw/test/test-signal (renamed from audio/test/test-signal) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/audio/Android.mk b/audio/hw/Android.mk index 8defccb..8defccb 100644 --- a/audio/Android.mk +++ b/audio/hw/Android.mk | |||
diff --git a/audio/audio_hw.c b/audio/hw/audio_hw.c index af82821..af82821 100644 --- a/audio/audio_hw.c +++ b/audio/hw/audio_hw.c | |||
diff --git a/audio/audio_policy.conf b/audio/hw/audio_policy.conf index f040935..f040935 100644 --- a/audio/audio_policy.conf +++ b/audio/hw/audio_policy.conf | |||
diff --git a/audio/hdmi_audio_hal.h b/audio/hw/hdmi_audio_hal.h index 545e50e..545e50e 100644 --- a/audio/hdmi_audio_hal.h +++ b/audio/hw/hdmi_audio_hal.h | |||
diff --git a/audio/hdmi_audio_hw.c b/audio/hw/hdmi_audio_hw.c index 2e8cb49..2e8cb49 100644 --- a/audio/hdmi_audio_hw.c +++ b/audio/hw/hdmi_audio_hw.c | |||
diff --git a/audio/hdmi_audio_utils.c b/audio/hw/hdmi_audio_utils.c index a436988..a436988 100644 --- a/audio/hdmi_audio_utils.c +++ b/audio/hw/hdmi_audio_utils.c | |||
diff --git a/audio/ril_interface.c b/audio/hw/ril_interface.c index 1df5932..1df5932 100644 --- a/audio/ril_interface.c +++ b/audio/hw/ril_interface.c | |||
diff --git a/audio/ril_interface.h b/audio/hw/ril_interface.h index 388da01..388da01 100644 --- a/audio/ril_interface.h +++ b/audio/hw/ril_interface.h | |||
diff --git a/audio/test/.gitignore b/audio/hw/test/.gitignore index 62b9ead..62b9ead 100644 --- a/audio/test/.gitignore +++ b/audio/hw/test/.gitignore | |||
diff --git a/audio/test/TestFlinger.py b/audio/hw/test/TestFlinger.py index 219d21a..219d21a 100644 --- a/audio/test/TestFlinger.py +++ b/audio/hw/test/TestFlinger.py | |||
diff --git a/audio/test/music-monkey.py b/audio/hw/test/music-monkey.py index 945f112..945f112 100755 --- a/audio/test/music-monkey.py +++ b/audio/hw/test/music-monkey.py | |||
diff --git a/audio/test/run-tests.py b/audio/hw/test/run-tests.py index 84af812..84af812 100755 --- a/audio/test/run-tests.py +++ b/audio/hw/test/run-tests.py | |||
diff --git a/audio/test/test-signal b/audio/hw/test/test-signal index b689151..b689151 100755 --- a/audio/test/test-signal +++ b/audio/hw/test/test-signal | |||