Age | Commit message (Collapse) | Author | Files | Lines |
|
Updates all hals to use 'haldependencies' resolution in
'halmap' section.
That means that :
- An halmap control is created for the corresponding audio device
using 'target' key to map dependency.
- 'uid' key in 'metadata' section is no longer used to find
audio device.
BUG-AGL: SPEC-2329
Change-Id: I2e6da5a3d6ca3f51bf1e6a3f87e930396fab57a6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Remove obsolete references to controls in 'halmixer' section.
Also, clean some minor format issues in json files.
BUG-AGL: SPEC-2329
Change-Id: Ie3120dcfbc3144906bfc731e57614508a33222b2
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add 'haldependencies' section to all hals for incoming dependencies
functionality.
Added in a way to make the hals compatible with current implementation
and incoming implementation.
Alsa, clean some minor issues in json format.
BUG-AGL: SPEC-2329
Change-Id: I786d3180f1bfbb73f1e4597aa0e6f025bbc355f5
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Updated all the HALs to use the new bluealsa plugin,
that dynamically creates and deletes audio streams
upon bluetooth connections from mobile phones.
The plugin parameters consists in 2 sections.
The "sco" section is the place for voice calls.
It is where to specify which microphone to use
(this one must be declared in the captures devices),
and to what zone to do the playback (that zone must be defined,
too)
The "a2dp" is for music playback. The only needed paramter is
a playback zone. It can be different fromt the one used by SCO.
Additionnally, both SCO and A2DP have a "delayms" parameter
which is the size in milliseconds of the copy buffer for
the audio stream. The values set in this commit are good enough for
a demo, but can we optimized in the future.
Change-Id: I1c5da69c0de01d5dfdf852fa58372410f22e2a56
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
This adds the json files needed to configure the 4a-hals.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|