diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-11-13 08:52:36 +1100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-20 14:30:01 +0000 |
commit | e820f7b2e1428558ee20a3d0efe9cd5038f83439 (patch) | |
tree | b4f1ecd22caba70738b2ae94e8a5ce2cfaa254af /meta-audio-4a-framework/recipes-core/packagegroups | |
parent | 4dc43a796722010ae3ed85fb1f0d7076e740ad38 (diff) |
Add initial recipes for snd-avirt driver
The snd-avirt driver will provide an enhanced, dynamic ALSA loopback
interface for 4a-softmixer, and provides the audio framework for
low-latency audio hardmixers such as the Fiberdyne DSP onboard the
Xtensa HiFi2, and the UNICENs Fiberdyne smart amplifier.
Included are backport patches for kernels 4.12 and 4.9.
Change-Id: I8b23507d7179d10dfa70b7f2f899db4534690392
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'meta-audio-4a-framework/recipes-core/packagegroups')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb index e8926363..e6beb2ed 100644 --- a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb +++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb @@ -16,6 +16,7 @@ RDEPENDS_${PN} += "\ bluez-alsa \ 4a-softmixer \ 4a-hal-generic \ + snd-avirt \ ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '4a-tools', '' , d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-module-4a-client', '' , d)} \ " |