Searched refs:foldback (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h318 foldback: 1, member in struct:snd_trident_voice
322 int foldback_chan; /* foldback subdevice number */
395 struct snd_pcm *foldback; /* Foldback PCM */ member in struct:snd_trident
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c1185 Description: Prepare foldback capture device for playback.
1952 Description: This routine will open the 4DWave foldback capture device.
1981 Description: This routine will close the 4DWave foldback capture device.
2156 Description: This routine registers the 4DWave device for foldback PCM support.
2167 struct snd_pcm *foldback; local
2176 if ((err = snd_pcm_new(trident->card, "trident_dx_nx", device, 0, num_chan, &foldback)) < 0)
2179 foldback->private_data = trident;
2181 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_nx_foldback_ops);
2183 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_foldback_ops);
2184 foldback
[all...]

Completed in 66 milliseconds