indigodjx.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) | indigodjx.c (873e65bc09078e56eaa51af2c9c60da2fad6fdbf) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * ALSA driver for Echoaudio soundcards. 3 * Copyright (C) 2009 Giuliano Pochini <pochini@shiny.it> | 2/* 3 * ALSA driver for Echoaudio soundcards. 4 * Copyright (C) 2009 Giuliano Pochini <pochini@shiny.it> |
4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | |
17 */ 18 19#define INDIGO_FAMILY 20#define ECHOCARD_INDIGO_DJX 21#define ECHOCARD_NAME "Indigo DJx" 22#define ECHOCARD_HAS_SUPER_INTERLEAVE 23#define ECHOCARD_HAS_VMIXER 24#define ECHOCARD_HAS_STEREO_BIG_ENDIAN32 --- 84 unchanged lines hidden --- | 5 */ 6 7#define INDIGO_FAMILY 8#define ECHOCARD_INDIGO_DJX 9#define ECHOCARD_NAME "Indigo DJx" 10#define ECHOCARD_HAS_SUPER_INTERLEAVE 11#define ECHOCARD_HAS_VMIXER 12#define ECHOCARD_HAS_STEREO_BIG_ENDIAN32 --- 84 unchanged lines hidden --- |