Changeset 445 for trunk/libffado/src/rme
- Timestamp:
- 04/02/07 12:35:17 (16 years ago)
- Files:
-
- trunk/libffado/src/rme/rme_avdevice.cpp (modified) (1 diff)
- trunk/libffado/src/rme/rme_avdevice.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/rme/rme_avdevice.cpp
r436 r445 1 /* rme_avdevice.cpp2 * Copyright (C) 200 6by Jonathan Woithe3 * Copyright (C) 200 6,2007 by Pieter Palmers1 /* 2 * Copyright (C) 2005-2007 by Jonathan Woithe 3 * Copyright (C) 2005-2007 by Pieter Palmers 4 4 * 5 * This file is part of FreeBob. 5 * This file is part of FFADO 6 * FFADO = Free Firewire (pro-)audio drivers for linux 6 7 * 7 * FreeBob is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 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, 12 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNUGeneral Public License for more details.16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 15 18 * 16 * You should have received a copy of the GNU General Public License17 * along with FreeBob; if not, write to the Free Software18 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston,19 * MA 0211 1-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 20 23 */ 24 21 25 #warning RME support is currently useless (detection only) 22 26 trunk/libffado/src/rme/rme_avdevice.h
r436 r445 1 /* rme_avdevice.h2 * Copyright (C) 200 6Jonathan Woithe3 * Copyright (C) 200 6,2007 by Pieter Palmers1 /* 2 * Copyright (C) 2005-2007 by Jonathan Woithe 3 * Copyright (C) 2005-2007 by Pieter Palmers 4 4 * 5 * This file is part of FreeBob. 5 * This file is part of FFADO 6 * FFADO = Free Firewire (pro-)audio drivers for linux 6 7 * 7 * FreeBob is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version. 11 * 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, 12 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNUGeneral Public License for more details.16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 15 18 * 16 * You should have received a copy of the GNU General Public License17 * along with FreeBob; if not, write to the Free Software18 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston,19 * MA 0211 1-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 20 23 */ 24 21 25 #ifndef RMEDEVICE_H 22 26 #define RMEDEVICE_H