Age | Commit message (Collapse) | Author | Files | Lines |
|
Add a function that allows to search for an already ready hal
using its device id.
This function will be useful at mixer attach of hal to check if the alsa
device id is not already attach by another hal.
Change-Id: I2f46dca19a98310064ed1af772425bd9186e0a75
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Return an error when hal is not successfully attach to mixer.
Change-Id: Ibfacf405153e87d8005feba17f963b2f49caad7a
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change paramters in functions handling hal data structure.
Now, the only thing you need to add/search for/remove something in hal
data structure list is the address of the first element of the list
instead of the address of the whole hal manager data structure.
Change-Id: Iafa7428735c3aa418a6ef6564f9acde8f44e7dfe
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add device id to response when hal metadata are
asked (with verb 'loaded').
Also handle this metadata when an external hal is
registered (verb 'loaded').
Change-Id: I25fafce13c8a215ed5991cfee2a399d8d6631c47
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Use a local strucuture to store hal manager global data.
Also declare a function that allows to get the first hal data structure in
the list managed by hal manager.
Change-Id: I4b36030435bca506b5ba3a08dfbca039eb02e43e
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Define ping function as a definitive function.
Change-Id: I6c4351d2c829b7e6d89c6e47a0421c872a90e4d4
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Remove Alsa max card as it won't be used, the detection of concurent hal
will be done by searching in hal list.
Change-Id: Ie1d2406d33cd4f794f18bce67bfc5859a6a52393
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add free of 'CtlHalAlsaMapT' data structure.
Change-Id: Icabc1d6f0d6e6977fead8260dd3932c6004c5d10
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Update README.md.
Change-Id: I1feb001864d65fb345c92d21cb835093e681646b
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Update request success macro used in code to correct compilation error.
Change-Id: I0cb9c07b27000935b01aaaa17d5656f05d4e21ff
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Changes of app-controller:
(690bdee - Jonathan Aillet) Fix a compilation issue due to modif of AFB_ReqSuccess
(4063ff0 - Clément Bénier) README:md: update README accordingly to new json scheme.
(e9f423a - Sebastien Douheret) Fixed crash due to call to json_object_put
(ce3e14c - Sebastien Douheret) Fix segfault when printing long message from lua
(6838dff - Sebastien Douheret) Fixed spelling of AFB_ReqSuccess
Change-Id: I8b631b0cc7d5dcd2c6e3d2c3ab277b2925174e07
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Move mixer attach at hal startup instead of making attachment possible
only with a verb.
Now, if the hal audio device is detected at startup, it will
automatically be attached to the mixer.
As it is useless now, the verb used to attach mixer has been deleted.
Change-Id: I32c8b829ac37fb31ede4fe8830a6f2a699c0835c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add functions that allows to normalize values that are requested
to be sent with an alsa set control call (using alsacore).
Change-Id: I5046a66d807c9b9b6751e036a47303ceddc0c16a
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Corrects mistakes in info fields.
Change-Id: Ic03c51608ea4dfe506d549505e50ee505f38970a
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Get alsa controls properties by parsing the response sent by balsacore
when we search for an existing alsa control.
Change-Id: I9d13327ae2ef79c793dbd227589740f7e336e46c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Process and handle alsa controls map by :
Parse and store info from 'halmap' section into a structure.
If the hal is available :
- Test if controls are available (if use of existing control).
- Create new controls (if use of control to create).
- Add a verb for each element of the section.
- Handle call to alsa when a verb request is detected.
- Resgister to event from this device.
- Handle call to action if event on this control is detected.
Change-Id: I246e16e9d02e64a1778f5c78d2458a33bdfb6d7e
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Correct a typo in responses of the callback that transfer action to mixer.
Change-Id: Ic9c33c00367963a6a3d3dbdf21b0e4cad27d0f7d
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Remove an unnecessary variable because it was used to get the result of a
function call and to test this result (in a 'if' statment).
So, to remove it, function was put directly into the 'if' statment.
Change-Id: Ie79caa35b0873c6ec7cfdb19a25a3506c0082e53
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Prevent sending data to mixer of hal is not ready.
Change-Id: Ie511a5e23760e87336745dbe15d8d2a5e9481518
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Set external hal status to ready at loading, its a temporary measure
to handle external hal for now.
Change-Id: I248d2b1288af601681f5567f34037ecc8e06c6aa
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change the way to handle app fw error by passing adresses of 'char *'
instead of a 'char **'.
Change-Id: I5e89efcf8db113103776f7dc3e40615dc874f400
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change the field name use to store card path into
controller hal data structure.
Change-Id: I4413a4e5550f3122055db4c6184907d8be407ceb
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Use a boolean to set if api is internal.
Change-Id: Ife5b8e052cf416205aca73c270bfb4b131be3656
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change the way to get card id using its path by returning directly
the found card id.
Corrects a typo in alsa core link header.
Change-Id: Ib202632e049921a57428b31a29f7def4d9e78aaa
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Correct a little mistake into verbs loader.
Change-Id: Iaf871a8ff9f629331827da48a007f4c67814727c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Updates 'halmap' section to prepare it for incomming update that will
handle alsa controls.
Corrects mistakes in info field.
Change-Id: I44a5fdfbaff47d0ce9975ded8227cb899af96c00
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change a comment about what to provide when list verb is called.
Add 'playback' and 'capture' to response.
Change-Id: I2b663d9a83b18f870dbd7b23be4ef8f41664e25f
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
- Change some comments from TODO to TDB.
- Remove 'JAI' from warning messages.
Change-Id: Ib2c39d4e0f0ca34929237ab8ca3d66c9c0d269d0
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Changes of app-controller:
(5b079d4 - Jonathan Aillet) Remove an unnecessary variable
(ddd10be - Jonathan Aillet) Make parsing of action loading non blocking
Change-Id: Icac3e4febf216ecda58410830c22485253201f4c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Include <afb-definitions.h> from 'app-controller' instead of
<afb/afb-binding.h> and use its definitions.
It allows to migrate from an application framework version to another
with less impact on the code.
Change-Id: I22359cd3fe22145b3d6c551f227be2ba7e1b65d5
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Changes of afb-helpers:
(563bdea - Jonathan Aillet) Correction to include dynamic api correctly
Change-Id: I9c43e2a7a85c9b800f3da08bcca4e43fae85de31
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Changes of app-controller:
(540522a - Jonathan Aillet) Use an external file for app fw functions link
(50feaf0 - Jonathan Aillet) Use macro to test request validity
Change-Id: I92b960f5f4d4a2dc107b87880c2195bcc01b9e3b
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Remove cmake install prefix from default-osconfig.cmake file
Change-Id: I17bf54125799d344ab656f6005dba7827da116b3
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Correct a debug warning about a uninitialized variable.
Change-Id: I94b8a5ba42013dd0ede5706a1646a61d58e7ef73
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Fix a typo in a debug message.
Change-Id: Iee894287f43d74fd72e41faad42f0617c50c0cf8
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Move cmake install prefix from config.cmake to distrib osconfig.cmake.
Change-Id: I7b5e0b83a5afbfb64ccfba681efa757d2800fda7
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change-Id: I90f1da788d53c47049e983faf79689060ecc9a5e
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change-Id: I835119e68aaf2eb7d5576d93f15bd4a7bfd55a29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Updates 'metadata' section to indicates that alsacore is
required for these hal.
Corrects mistakes in info field.
Change-Id: Ic09993f1e4b0bae8ad58c4569eed3cf5203e88ba
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Test audio card presence at hal startup using alsacore call.
Handling a new state of hal.
Move alsacore link files into 4a-hal-controllers.
Check state of hal before mixer initialization call.
Actualize hal state if mixer initlialization ends well.
Add a sndCardId filed to 'SpecificHalData' structure which will contain
audio card if (from alsa).
Change-Id: I2e82a14ee6ba6e63f06fe2b498587783941b7b98
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Generate an error when mixer initialization is correctly transfered
to mixer api but an error was raised by it.
Change-Id: I617686b0167f9fb536ec56e430d10560e7f7ca31
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Use error codes when handling mixer initialization response.
Change-Id: Ie62b022f1a653be18766a09f1803995a77ae8582
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Remove reference to alsa in 4a-hal-manager because 4a-hal-manager won't
communicate with alsa/alsa-core.
Change-Id: Ie6d70e1a962ecbf73b1ee5f31fee78d1e29ac23d
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Replace controller macro use by application framework macro use.
Change-Id: Icee0855a311857ab21a4a5031c4e06ac58b8f295
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add some missing cast when getting controller hal data structure.
Change-Id: I8fdfd7486345e89c4004c071b63890b751305ce2
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Two functions has been added in a new file in 4a-hal-utilities :
- A function that handle application framework call errors by returning
a specific error.
- A function that handle application framework call errors from a request.
Change-Id: I657773586111adc609cbbaead7db589a82e133b0
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Rename 'cardId' filed to 'streamCardId' in 'CtlHalStreamData' structure.
Change-Id: I7615eece39aea6bf6b6aadd3361f58792e6531f6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Set file creation date to 2018 instead of 2016.
Change-Id: I0349bbc1dde097f899d9b38dd28b3891f88020ad
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Minor corrections in config.cmake to remove DEBUG mode at compilation and
to correct example binding launch command.
Change-Id: Ie8887c9ba2e9732c2a4093b9ffb3cad4d2cc45a3
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Write the README.md of this repository which describe how to compile
and how to use this binding.
Change-Id: Iec16b9f97b1e515f9cc2ead18f7856fda3dfe900
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|