summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@intel.com>2015-12-22 14:43:14 +0200
committerBruce Beare <bruce.j.beare@intel.com>2016-01-04 19:34:49 -0800
commita7a24ff2c727626976449659c3d5c7523f36d886 (patch)
tree727cc22d825eb581b04d6ab49ce8847812ab61cc
parent6a693437d7950df9ba94fb81244d712574956d6f (diff)
downloadedison-a7a24ff2c727626976449659c3d5c7523f36d886.tar.gz
Rename "audio/edison" to "audio/usb"
Rename "audio/edison" to "audio/usb" given that USB audio HAL is not Edison specific and might be used by several boards. Change-Id: Id0a17ca1a626f927c9d86d894dbbe010d4235586 Tracked-On: https://jira01.devtools.intel.com/browse/BP-115 Signed-off-by: Viorel Suman <viorel.suman@intel.com> Reviewed-on: https://android.intel.com/451392 Tested-by: cactus <cactus@intel.com> Tested-by: Branciog, Alexandru N <alexandru.n.branciog@intel.com> Reviewed-by: Beare, Bruce J <bruce.j.beare@intel.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e67e2ee..2e677b8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -24,7 +24,7 @@ $(call add_peripheral, intel, bluetooth/bcm43340)
# Add lights HAL
$(call add_peripheral, intel, light/edison_arduino)
# Add audio support
-$(call add_peripheral, intel, audio/edison)
+$(call add_peripheral, intel, audio/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/edison_arduino)