Lines Matching refs:trident
14 #include "trident.h"
66 struct snd_trident *trident;
86 &trident)) < 0) {
90 card->private_data = trident;
92 switch (trident->device) {
106 if (trident->device == TRIDENT_DEVICE_ID_SI7018) {
113 card->shortname, trident->port, trident->irq);
115 if ((err = snd_trident_pcm(trident, pcm_dev++)) < 0) {
119 switch (trident->device) {
122 if ((err = snd_trident_foldback_pcm(trident, pcm_dev++)) < 0) {
128 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) {
129 if ((err = snd_trident_spdif_pcm(trident, pcm_dev++)) < 0) {
134 if (trident->device != TRIDENT_DEVICE_ID_SI7018 &&
136 trident->midi_port,
139 -1, &trident->rmidi)) < 0) {
144 snd_trident_create_gameport(trident);