Show
Ignore:
Timestamp:
04/02/07 12:35:17 (17 years ago)
Author:
pieterpalmers
Message:

* name change from FreeBoB to FFADO
* replaced tabs by 4 spaces
* got rid of end-of-line spaces
* made all license and copyrights conform

library becomes LGPL, apps become GPL
explicitly state LGPL v2.1 and GPL v2 (don't like v3 draft)

copyrights are 2005-2007 Daniel & Pieter
except for the MotU stuff (C) Jonathan, Pieter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/maudio/fw410.xml

    r303 r445  
    11<?xml version="1.0"?> 
    2 <FreeBoBConnectionInfo> 
     2<FFADOConnectionInfo> 
    33  <Device> 
    44    <NodeId>0</NodeId> 
     
    257257    </StreamFormats> 
    258258  </Device> 
    259 </FreeBoBConnectionInfo> 
     259</FFADOConnectionInfo> 
  • trunk/libffado/src/maudio/fwap.xml

    r339 r445  
    11<?xml version="1.0"?> 
    2 <FreeBoBConnectionInfo> 
     2<FFADOConnectionInfo> 
    33  <Device> 
    44    <NodeId>0</NodeId> 
     
    155155    </StreamFormats> 
    156156  </Device> 
    157 </FreeBoBConnectionInfo> 
     157</FFADOConnectionInfo> 
  • trunk/libffado/src/maudio/maudio_avdevice.cpp

    r436 r445  
    1 /* maudio_avdevice.cpp 
    2  * Copyright (C) 2006 by Daniel Wagner 
     1/* 
     2 * Copyright (C) 2005-2007 by Daniel Wagner 
    33 * 
    4  * This file is part of FreeBoB. 
     4 * This file is part of FFADO 
     5 * FFADO = Free Firewire (pro-)audio drivers for linux 
    56 * 
    6  * FreeBoB is free software; you can redistribute it and/or modify 
    7  * it under the terms of the GNU General Public License as published by 
    8  * the Free Software Foundation; either version 2 of the License, or 
    9  * (at your option) any later version. 
    10  * FreeBoB is distributed in the hope that it will be useful, 
     7 * FFADO is based upon FreeBoB. 
     8 * 
     9 * This library is free software; you can redistribute it and/or 
     10 * modify it under the terms of the GNU Lesser General Public 
     11 * License version 2.1, as published by the Free Software Foundation; 
     12 * 
     13 * This library is distributed in the hope that it will be useful, 
    1114 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13  * GNU General Public License for more details. 
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     16 * Lesser General Public License for more details. 
    1417 * 
    15  * You should have received a copy of the GNU General Public License 
    16  * along with FreeBoB; if not, write to the Free Software 
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
    18  * MA 02111-1307 USA. 
     18 * You should have received a copy of the GNU Lesser General Public 
     19 * License along with this library; if not, write to the Free Software 
     20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
     21 * MA 02110-1301 USA 
    1922 */ 
     23 
    2024#include "maudio/maudio_avdevice.h" 
    2125#include "bebob/bebob_avdevice.h" 
     
    9195    { 
    9296        if ( ( supportedDeviceList[i].vendor_id == vendorId ) 
    93              && ( supportedDeviceList[i].model_id == modelId )  
     97             && ( supportedDeviceList[i].model_id == modelId ) 
    9498           ) 
    9599        { 
     
    103107                m_model->vendor_name, m_model->model_name); 
    104108    } else return false; 
    105      
     109 
    106110    return true; 
    107111} 
  • trunk/libffado/src/maudio/maudio_avdevice.h

    r436 r445  
    1 /* maudioe_avdevice.h 
    2  * Copyright (C) 2006 by Daniel Wagner 
     1/* 
     2 * Copyright (C) 2005-2007 by Daniel Wagner 
     3 * Copyright (C) 2005-2007 by Pieter Palmers 
    34 * 
    4  * This file is part of FreeBoB. 
     5 * This file is part of FFADO 
     6 * FFADO = Free Firewire (pro-)audio drivers for linux 
    57 * 
    6  * FreeBoB is free software; you can redistribute it and/or modify 
    7  * it under the terms of the GNU General Public License as published by 
    8  * the Free Software Foundation; either version 2 of the License, or 
    9  * (at your option) any later version. 
    10  * FreeBoB is distributed in the hope that it will be useful, 
     8 * FFADO is based upon FreeBoB. 
     9 * 
     10 * This library is free software; you can redistribute it and/or 
     11 * modify it under the terms of the GNU Lesser General Public 
     12 * License version 2.1, as published by the Free Software Foundation; 
     13 * 
     14 * This library is distributed in the hope that it will be useful, 
    1115 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13  * GNU General Public License for more details. 
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
     17 * Lesser General Public License for more details. 
    1418 * 
    15  * You should have received a copy of the GNU General Public License 
    16  * along with FreeBoB; if not, write to the Free Software 
    17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
    18  * MA 02111-1307 USA. 
     19 * You should have received a copy of the GNU Lesser General Public 
     20 * License along with this library; if not, write to the Free Software 
     21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
     22 * MA 02110-1301 USA 
    1923 */ 
    2024 
     
    4347    unsigned int model_id; 
    4448    char *vendor_name; 
    45     char *model_name;  
     49    char *model_name; 
    4650    char *filename; 
    4751}; 
     
    5054public: 
    5155    AvDevice( std::auto_ptr<ConfigRom>( configRom ), 
    52              Ieee1394Service& ieee1394Service, 
     56          Ieee1394Service& ieee1394Service, 
    5357              int nodeId ); 
    5458    virtual ~AvDevice(); 
     
    5660    static bool probe( ConfigRom& configRom ); 
    5761    bool discover(); 
    58      
     62 
    5963    void showDevice(); 
    60      
     64 
    6165    bool setSamplingFrequency( ESamplingFrequency samplingFrequency ); 
    6266    int getSamplingFrequency( ); 
  • trunk/libffado/src/maudio/refdesign.xml

    r298 r445  
    11<?xml version="1.0"?> 
    2 <FreeBoBConnectionInfo> 
     2<FFADOConnectionInfo> 
    33  <Device> 
    44    <NodeId>1</NodeId> 
     
    190190    </StreamFormats> 
    191191  </Device> 
    192 </FreeBoBConnectionInfo> 
     192</FFADOConnectionInfo>