Lines Matching defs:spdif
1283 Description: Set the hardware parameters for the spdif device.
1545 if (voice->spdif)
1867 voice->spdif = 1;
2228 struct snd_pcm *spdif;
2231 if ((err = snd_pcm_new(trident->card, "trident_dx_nx IEC958", device, 1, 0, &spdif)) < 0)
2234 spdif->private_data = trident;
2236 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_ops);
2238 snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_7018_ops);
2240 spdif->info_flags = 0;
2241 strcpy(spdif->name, "Trident 4DWave IEC958");
2242 trident->spdif = spdif;
2244 snd_pcm_set_managed_buffer_all(spdif, SNDRV_DMA_TYPE_DEV,
2294 if (trident->spdif == NULL) {
2363 if (trident->spdif == NULL)
2454 if (trident->spdif != NULL) {
3780 pvoice->spdif = 0;
3826 voice->capture = voice->spdif = 0;