diff options
Diffstat (limited to 'sound/pci/trident/trident.h')
-rw-r--r-- | sound/pci/trident/trident.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/trident/trident.h b/sound/pci/trident/trident.h index 5f110eb56e47..9624e5937719 100644 --- a/sound/pci/trident/trident.h +++ b/sound/pci/trident/trident.h | |||
@@ -420,9 +420,9 @@ int snd_trident_create(struct snd_card *card, | |||
420 | struct snd_trident ** rtrident); | 420 | struct snd_trident ** rtrident); |
421 | int snd_trident_create_gameport(struct snd_trident *trident); | 421 | int snd_trident_create_gameport(struct snd_trident *trident); |
422 | 422 | ||
423 | int snd_trident_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm); | 423 | int snd_trident_pcm(struct snd_trident *trident, int device); |
424 | int snd_trident_foldback_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm); | 424 | int snd_trident_foldback_pcm(struct snd_trident *trident, int device); |
425 | int snd_trident_spdif_pcm(struct snd_trident * trident, int device, struct snd_pcm **rpcm); | 425 | int snd_trident_spdif_pcm(struct snd_trident *trident, int device); |
426 | int snd_trident_attach_synthesizer(struct snd_trident * trident); | 426 | int snd_trident_attach_synthesizer(struct snd_trident * trident); |
427 | struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, | 427 | struct snd_trident_voice *snd_trident_alloc_voice(struct snd_trident * trident, int type, |
428 | int client, int port); | 428 | int client, int port); |