modules: add ffado driver module

This commit is contained in:
Wim Taymans 2023-05-28 15:49:09 +02:00
parent 6a0df592f2
commit 3c44634dd8
4 changed files with 1069 additions and 0 deletions

View file

@ -322,3 +322,7 @@ option('opus',
description: 'Enable code that depends on opus',
type: 'feature',
value: 'auto')
option('libffado',
description: 'Enable code that depends on libffado',
type: 'feature',
value: 'auto')