asound.h (0cce284537fb42d9c28b9b31038ffc9b464555f5) | asound.h (71c3797779d3cd8378767f5b2d8cfd3b2f88c5c1) |
---|---|
1/* 2 * Advanced Linux Sound Architecture - ALSA - Driver 3 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 4 * Abramo Bagnara <abramo@alsa-project.org> 5 * 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 93 unchanged lines hidden (view full) --- 102 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */ 103 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ 104 SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */ 105 SNDRV_HWDEP_IFACE_FW_BEBOB, /* BridgeCo BeBoB based device */ 106 SNDRV_HWDEP_IFACE_FW_OXFW, /* Oxford OXFW970/971 based device */ 107 SNDRV_HWDEP_IFACE_FW_DIGI00X, /* Digidesign Digi 002/003 family */ 108 SNDRV_HWDEP_IFACE_FW_TASCAM, /* TASCAM FireWire series */ 109 SNDRV_HWDEP_IFACE_LINE6, /* Line6 USB processors */ | 1/* 2 * Advanced Linux Sound Architecture - ALSA - Driver 3 * Copyright (c) 1994-2003 by Jaroslav Kysela <perex@perex.cz>, 4 * Abramo Bagnara <abramo@alsa-project.org> 5 * 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 93 unchanged lines hidden (view full) --- 102 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */ 103 SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ 104 SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */ 105 SNDRV_HWDEP_IFACE_FW_BEBOB, /* BridgeCo BeBoB based device */ 106 SNDRV_HWDEP_IFACE_FW_OXFW, /* Oxford OXFW970/971 based device */ 107 SNDRV_HWDEP_IFACE_FW_DIGI00X, /* Digidesign Digi 002/003 family */ 108 SNDRV_HWDEP_IFACE_FW_TASCAM, /* TASCAM FireWire series */ 109 SNDRV_HWDEP_IFACE_LINE6, /* Line6 USB processors */ |
110 SNDRV_HWDEP_IFACE_FW_MOTU, /* MOTU FireWire series */ |
|
110 111 /* Don't forget to change the following: */ | 111 112 /* Don't forget to change the following: */ |
112 SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_LINE6 | 113 SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_MOTU |
113}; 114 115struct snd_hwdep_info { 116 unsigned int device; /* WR: device number */ 117 int card; /* R: card number */ 118 unsigned char id[64]; /* ID (user selectable) */ 119 unsigned char name[80]; /* hwdep name */ 120 int iface; /* hwdep interface */ --- 902 unchanged lines hidden --- | 114}; 115 116struct snd_hwdep_info { 117 unsigned int device; /* WR: device number */ 118 int card; /* R: card number */ 119 unsigned char id[64]; /* ID (user selectable) */ 120 unsigned char name[80]; /* hwdep name */ 121 int iface; /* hwdep interface */ --- 902 unchanged lines hidden --- |