Home
last modified time | relevance | path

Searched refs:spurious_threshold (Results 1 – 2 of 2) sorted by relevance

/sound/pci/trident/
Dtrident_main.c959 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_playback_prepare()
991 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_playback_prepare()
1104 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_capture_prepare()
1201 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_si7018_capture_prepare()
1226 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_si7018_capture_prepare()
1281 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_foldback_prepare()
1303 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_foldback_prepare()
1420 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_spdif_prepare()
1470 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_spdif_prepare()
1497 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_spdif_prepare()
[all …]
Dtrident.h324 unsigned int spurious_threshold; /* spurious threshold */ member