Show
Ignore:
Timestamp:
06/01/21 17:36:02 (3 years ago)
Author:
jwoithe
Message:

Saffire: use correct model in messages from Saffire Pro 24 and Pro 56 drivers.

The drivers for the Saffire Pro 24 and Saffire Pro 56 interfaces were
templated from that of the Saffire Pro 40. A small number of messages in
these drivers still referred to the Saffire Pro 40. Thanks to Pander who
spotted the problem and provided a patch via the ffado-devel mailing list.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/focusrite/saffire_56.cpp

    r2803 r2813  
    155155// 
    156156void Saffire56::Saffire56EAP::setupSources_high() { 
    157     printMessage("High (192 kHz) sample rate not supported by Saffire Pro 40\n"); 
     157    printMessage("High (192 kHz) sample rate not supported by Saffire Pro 56\n"); 
    158158} 
    159159 
    160160void Saffire56::Saffire56EAP::setupDestinations_high() { 
    161     printMessage("High (192 kHz) sample rate not supported by Saffire Pro 40\n"); 
     161    printMessage("High (192 kHz) sample rate not supported by Saffire Pro 56\n"); 
    162162} 
    163163 
     
    293293void 
    294294Saffire56::Saffire56EAP::setupDefaultRouterConfig_high() { 
    295     printMessage("High (192 kHz) sample rate not supported by Saffire Pro 40\n"); 
     295    printMessage("High (192 kHz) sample rate not supported by Saffire Pro 56\n"); 
    296296} 
    297297 
  • trunk/libffado/src/dice/focusrite/saffire_pro24.cpp

    r2803 r2813  
    201201void 
    202202SaffirePro24::SaffirePro24EAP::setupDefaultRouterConfig_high() { 
    203     printMessage("High (192 kHz) sample rate not supported by Saffire Pro 40\n"); 
     203    printMessage("High (192 kHz) sample rate not supported by Saffire Pro 24\n"); 
    204204} 
    205205