summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2018-12-20 12:24:16 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2018-12-20 18:08:01 +0100
commit9df0c1101ea1296246558dd604098c7b9d59c5f7 (patch)
treee7120dec294887109f2ad7aa912a8f00a8ddd6aa
parent0bcdafe937aadce66fda711bc9d87e369e15adee (diff)
Removed unused dependency on 4a-softmixer
Softmixer was used a long time ago as a workaround of a lacking feature of HALs. It's not used anymore. Also removed an old commented dependency from the widget file. Change-Id: Icb5658934b3865cf0970aef527b1054bdf2bbb90 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r--ahl-binding/ahl-binding.cpp7
-rw-r--r--conf.d/wgt/config.xml.in6
2 files changed, 1 insertions, 12 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..a2cc7a5 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -15,11 +15,7 @@
</feature>
<feature name="urn:AGL:widget:provided-api">
- <param name="ahl-4a" value="ws" />
- <!--
- <param name="alsacore" value="ws" />
- <param name="rsnddai0ak4613h" value="ws" />
- -->
+ <param name="ahl-4a" value="ws" />
</feature>
<feature name="urn:AGL:widget:required-api">