From dec8ab15baeae4514b7f05c7d238280f25e39e6c Mon Sep 17 00:00:00 2001 From: jwoithe Date: Wed, 22 Oct 2014 04:03:53 +0000 Subject: [PATCH] configuration: Yves Grenier has reported via ffado-users that the Mbox2 pro can stream audio if initialised on a Digidesign-supported platform first (FFADO falls back to generic support, which means the Bebob driver). Add a configuration entry to make the use of the Bebob driver by this device explicit. In order to count this device as supported, the initialisation details will need to be identified and coded. A device-specific mixer module would also be useful. Thanks to Yves Grenier for the information and testing. git-svn-id: svn+ssh://ffado.org/ffado/trunk@2573 2be59082-3212-0410-8809-b0798e1608f0 --- libffado/configuration | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/libffado/configuration b/libffado/configuration index eecc6ff6..6a31ce48 100644 --- a/libffado/configuration +++ b/libffado/configuration @@ -716,6 +716,22 @@ device_definitions = ( driver = "DICE"; mixer = "Generic_Dice_EAP"; }, +{ # Avid Mbox 2 Pro, information provided by Yves Grenier via the ffado-user + # mailing list. + # Note: as of Oct 2014 FFADO requires that the device be initialised + # under another operating system so routing and clock settings are + # correct. When this is done and the device is transferred to Linux + # without power cycling it, FFADO can stream audio to/from it. The + # initialisation details need to be sorted before FFADO can claim to + # properly support this device. + vendorid = 0x0000A07E; + modelid = 0x000000A9; + vendorname = "Digidesign"; + modelname = "Mbox 2 Pro"; + driver = "BEBOB"; + # A device-specific mixer needs to be written, there being no generic + # bebob mixer modules. +}, { # Avid Mbox Pro, information provided by Niels Dettenbach. # Note: this entry is for future reference only. FFADO does NOT have a # driver for this device: as of March 2013 no Avid/Digidesign interfaces -- 2.11.4.GIT