Lines Matching defs:spdif
1283 Description: Set the hardware parameters for the spdif device.
1545 if (voice->spdif)
1867 voice->spdif = 1;
2230 struct snd_pcm *spdif;
2233 err = snd_pcm_new(trident->card, "trident_dx_nx IEC958", device, 1, 0, &spdif);
2237 spdif->private_data = trident;
2239 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_ops);
2241 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_7018_ops);
2243 spdif->info_flags = 0;
2244 strcpy(spdif->name, "Trident 4DWave IEC958");
2245 trident->spdif = spdif;
2247 snd_pcm_set_managed_buffer_all(spdif, SNDRV_DMA_TYPE_DEV,
2297 if (trident->spdif == NULL) {
2366 if (trident->spdif == NULL)
2457 if (trident->spdif != NULL) {
3764 pvoice->spdif = 0;
3810 voice->capture = voice->spdif = 0;