diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-06-13 02:59:05 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2018-06-13 03:34:22 +0200 |
commit | 0c81ae989023daa4e81375e0f30a9d673602a2ab (patch) | |
tree | 048a1d14c7f30fd13fd8e1a837dfe933753d6e81 /templates/feature/agl-audio-4a-framework/50_local.conf.inc | |
parent | 30678f80dd9100a2d431482bd74e23a2c2c80923 (diff) |
Adapt audio packagegroup and template to use rewritten components
Now we make use of the 4a-softmixer and 4a-hal-generic to drive the backend of the audio framework.
This is the outcome of the audio F2F held in june.
Also fix the license checksums in 4a-hal-generic and 4a-softmixer.
Change-Id: Id709b0901228bdee86ab4b2bab395599365d00e0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-audio-4a-framework/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-audio-4a-framework/50_local.conf.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/feature/agl-audio-4a-framework/50_local.conf.inc b/templates/feature/agl-audio-4a-framework/50_local.conf.inc index 19889d8e..af1ea596 100644 --- a/templates/feature/agl-audio-4a-framework/50_local.conf.inc +++ b/templates/feature/agl-audio-4a-framework/50_local.conf.inc @@ -4,7 +4,8 @@ DISTRO_FEATURES_append = " agl-audio-4a-framework " # asound.conf is provided by the 4a-hal-config (and not by asound.state) -VIRTUAL-RUNTIME_alsa-state = "4a-hal-config" +#VIRTUAL-RUNTIME_alsa-state = "4a-hal-config" +VIRTUAL_RUNTIME_alsa-state = "" # additionally there is a bug in alsa-utils-alsactl where it pulls in alsa-state directly RRECOMMENDS_pn-alsa-utils-alsactl = "VIRTUAL-RUNTIME_alsa-state" |