Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/trident/
Dtrident_main.c945 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_playback_prepare()
977 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_playback_prepare()
1090 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_capture_prepare()
1187 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_si7018_capture_prepare()
1212 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_si7018_capture_prepare()
1267 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_foldback_prepare()
1289 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_foldback_prepare()
1406 voice->spurious_threshold = snd_trident_spurious_threshold(runtime->rate, runtime->period_size); in snd_trident_spdif_prepare()
1456 voice->spurious_threshold = snd_trident_spurious_threshold(48000, runtime->period_size); in snd_trident_spdif_prepare()
1483 evoice->spurious_threshold = voice->spurious_threshold; in snd_trident_spdif_prepare()
[all …]
Dtrident.h309 unsigned int spurious_threshold; /* spurious threshold */ member