Age | Commit message (Collapse) | Author | Files | Lines |
|
Enrich 'halmixer' section with bluetooth specific 'source' and 'stream'
during hal-bt plugin initialization.
Some parameters must be passed to plugin using 'params' key in controller
json plugin section.
This allows to get rid of must of the additional configuration when using
bluetooth in a hal.
Change-Id: I5820e75307a3394eca80cf783e7bc4c31c2d7659
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
There was no point to have 2 separate HALs, the radio
stream and capture is now merged into the main HAL
Change-Id: I0ba974fdcfc17fc9a3964677361dd7509c7e74b3
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
Correct audio configurations for the following Rcar boards :
- M3
- M3/Kingfisher
Change-Id: Ie68be0385fb978b44dea4ce2afd4e9fdc0c8c45c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Update Kingfisher json configuration files to avoid confilcts with regular
m3 json configuration file.
Change-Id: I8b9425065dc273fc8e66a1f4c5822c93168b183c
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
When M3 board is plugged on Kingfisher board, the internal M3
card is not reachable with the same device name, due to changes
in the DTB.
The added file hal-4a-rcar-m3kf.json is thus a copy of
hal-4a-rcar-m3.json where
'/dev/snd/by-path/platform-sound'
has been replaced by
'/dev/snd/by-path/platform-sound@1' (<- '@1' at the end)
Change-Id: I44c07ee83b3d884fb52a28f6ed1418765a0a0816
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|