Searched refs:trident (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/pci/trident/ |
| H A D | trident.c | 54 struct snd_trident *trident; in snd_trident_probe() local 66 sizeof(*trident), &card); in snd_trident_probe() 69 trident = card->private_data; in snd_trident_probe() 78 switch (trident->device) { in snd_trident_probe() 92 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe() 99 card->shortname, trident->port, trident->irq); in snd_trident_probe() 101 err = snd_trident_pcm(trident, pcm_dev++); in snd_trident_probe() 104 switch (trident->device) { in snd_trident_probe() 107 err = snd_trident_foldback_pcm(trident, pcm_dev++); in snd_trident_probe() 112 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe() [all …]
|
| H A D | trident.h | 36 #define TRID_REG(trident, x) ((trident)->port + (x)) argument 240 struct snd_trident * trident; member 296 struct snd_trident *trident; member 404 int snd_trident_create_gameport(struct snd_trident *trident); 406 int snd_trident_pcm(struct snd_trident *trident, int device); 407 int snd_trident_foldback_pcm(struct snd_trident *trident, int device); 408 int snd_trident_spdif_pcm(struct snd_trident *trident, int device); 409 struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, 411 void snd_trident_free_voice(struct snd_trident * trident, struct snd_trident_voice *voice); 412 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice); [all …]
|
| H A D | Makefile | 7 snd-trident-y := trident.o trident_main.o trident_memory.o 10 obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
|
| /linux/Documentation/sound/cards/ |
| H A D | joystick.rst | 57 trident N/A N/A 78 These ALSA drivers (cs46xx, trident and au88x0) have the
|
| /linux/sound/pci/ |
| H A D | Makefile | 80 trident/ \
|
| H A D | Kconfig | 869 will be called snd-trident.
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2208 Module snd-trident
|