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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dtrident.h336 foldback: 1, member in struct:snd_trident_voice
340 int foldback_chan; /* foldback subdevice number */
416 struct snd_pcm *foldback; /* Foldback PCM */ member in struct:snd_trident
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c1186 Description: Prepare foldback capture device for playback.
1950 Description: This routine will open the 4DWave foldback capture device.
1979 Description: This routine will close the 4DWave foldback capture device.
2154 Description: This routine registers the 4DWave device for foldback PCM support.
2165 struct snd_pcm *foldback; local
2174 if ((err = snd_pcm_new(trident->card, "trident_dx_nx", device, 0, num_chan, &foldback)) < 0)
2177 foldback->private_data = trident;
2179 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_nx_foldback_ops);
2181 snd_pcm_set_ops(foldback, SNDRV_PCM_STREAM_CAPTURE, &snd_trident_foldback_ops);
2182 foldback
[all...]

Completed in 102 milliseconds