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

/freebsd-10-stable/sys/dev/sound/
H A Dclone.c106 static int snd_timestamp_precision = SND_TSP_HZ; variable
107 TUNABLE_INT("hw.snd.timestamp_precision", &snd_timestamp_precision);
114 switch (snd_timestamp_precision) {
130 snd_timestamp_precision = SND_TSP_HZ;
142 val = snd_timestamp_precision;
150 snd_timestamp_precision = val;

Completed in 106 milliseconds