Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsaloop/
Dpcmjob.c1063 if (lhandle->ctl_rate_shift) { in set_rate_shift()
1064 snd_ctl_elem_value_set_integer(lhandle->ctl_rate_shift, 0, pitch * 100000); in set_rate_shift()
1065 err = snd_ctl_elem_write(lhandle->ctl, lhandle->ctl_rate_shift); in set_rate_shift()
1234 lhandle->ctl_rate_shift = NULL; in openctl()
1239 &lhandle->ctl_rate_shift); in openctl()
1257 &lhandle->ctl_rate_shift); in openctl()
1342 if (lhandle->ctl_rate_shift) in closeit()
1343 snd_ctl_elem_value_free(lhandle->ctl_rate_shift); in closeit()
1344 lhandle->ctl_rate_shift = NULL; in closeit()
1393 if (loop->sync == SYNC_TYPE_AUTO && (loop->capt->ctl_rate_shift || loop->capt->ctl_pitch)) in pcmjob_init()
[all …]
Dalsaloop.h124 snd_ctl_elem_value_t *ctl_rate_shift; member