diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-09-24 08:18:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-25 07:18:46 +0000 |
commit | d46451a0bf7e7bb133b17b4ee22c0a241f4132dc (patch) | |
tree | 091217166e4ed693962b3b1136a91ff070dec0bf /meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | |
parent | 15196563cf2d6cfc9b095319913d4bf448819559 (diff) |
alexa-voiceagent-service: Add patch to update audio device configuration
Add patch to update audio device configuration to work with PipeWire
changes to Auto SDK gstreamer output code.
Bug-AGL: SPEC-2761
Change-Id: If7d1058a190bd91bd68151a5b54dc84db05a55bc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb')
-rw-r--r-- | meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb index 78555e09..279eb86b 100644 --- a/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb +++ b/meta-speech-framework/meta-aac/recipes-apis/alexa-voiceagent-service/alexa-voiceagent-service_git.bb @@ -22,6 +22,7 @@ DEPENDS = " \ SRC_URI = "git://github.com/alexa/alexa-auto-sdk.git;protocol=https;branch=2.0 \ file://0001-remove-library-dependency-copying.patch \ file://0002-update-config.xml.in.patch \ + file://0003-update-audio-device-configuration.patch \ " SRCREV = "86916d2d8c1702a8be3c88a9012ca56583bcc0c8" |