summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon [ IoT.bzh ] <loic.collignon@iot.bzh>2018-10-23 12:46:17 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-10-23 12:46:17 +0000
commitc2ecc838f238f9dc5acf9d99d52d4763a3b88f6b (patch)
treee29ede36476399dcdbfa7ed6dfdc86f4e98704cd
parent9d4b61c5fd1475bef78f067157494b22dfacccc0 (diff)
parentd4e5f25888e5bc23bf3abfff23f7442d29280901 (diff)
Merge "Removed unused dependency on 4a-softmixer"
-rw-r--r--ahl-binding/ahl-binding.cpp7
-rw-r--r--conf.d/wgt/config.xml.in4
2 files changed, 0 insertions, 11 deletions
diff --git a/ahl-binding/ahl-binding.cpp b/ahl-binding/ahl-binding.cpp
index a7cf7d4..036ed88 100644
--- a/ahl-binding/ahl-binding.cpp
+++ b/ahl-binding/ahl-binding.cpp
@@ -163,13 +163,6 @@ int ahl_binding_t::init()
}
AFB_API_NOTICE(handle_, "Required '%s' API found!", HAL_MGR_API);
- if (afb_api_require_api(handle_, "smixer", 1))
- {
- AFB_API_ERROR(handle_, "Failed to require 'smixer' API!");
- return -1;
- }
- AFB_API_NOTICE(handle_, "Required 'smixer' API found!");
-
afb_api_seal(handle_);
AFB_API_NOTICE(handle_, "API is now sealed!");
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 43ace24..e7231a6 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -16,10 +16,6 @@
<feature name="urn:AGL:widget:provided-api">
<param name="ahl-4a" value="ws" />
- <!--
- <param name="alsacore" value="ws" />
- <param name="rsnddai0ak4613h" value="ws" />
- -->
</feature>
<feature name="urn:AGL:widget:required-api">