Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dtlv320dac33.c88 unsigned int alarm_threshold; /* set to be half of LATENCY_TIME_MS */ member
663 DAC33_THRREG(dac33->alarm_threshold)); in dac33_prefill_handler()
666 dac33->alarm_threshold) + 1000; in dac33_prefill_handler()
1028 DAC33_THRREG(dac33->alarm_threshold)); in dac33_prepare_chip()
1063 dac33->alarm_threshold = US_TO_SAMPLES(rate, in dac33_calculate_times()
1065 nsample_limit = dac33->fifo_size - dac33->alarm_threshold; in dac33_calculate_times()
1067 if (period_size <= dac33->alarm_threshold) in dac33_calculate_times()
1073 ((dac33->alarm_threshold / period_size) + in dac33_calculate_times()
1074 ((dac33->alarm_threshold % period_size) ? in dac33_calculate_times()
1172 if (likely(dac33->alarm_threshold > samples_out)) in dac33_dai_delay()
[all …]