Lines Matching refs:sample_rate
414 int *sample_rate) in pcxhr_sub_get_external_clock() argument
470 *sample_rate = rate; in pcxhr_sub_get_external_clock()
477 int *sample_rate) in pcxhr_get_external_clock() argument
481 sample_rate); in pcxhr_get_external_clock()
484 sample_rate); in pcxhr_get_external_clock()
544 int err, is_capture, sample_rate, stream_num; in pcxhr_set_format() local
577 sample_rate = chip->mgr->sample_rate; in pcxhr_set_format()
578 if (sample_rate <= 32000 && sample_rate !=0) { in pcxhr_set_format()
579 if (sample_rate <= 11025) in pcxhr_set_format()
915 if (mgr->sample_rate != subs->runtime->rate) { in pcxhr_prepare()
919 if (mgr->sample_rate == 0) in pcxhr_prepare()
922 mgr->sample_rate = subs->runtime->rate; in pcxhr_prepare()
1034 if (mgr->sample_rate) in pcxhr_open()
1035 runtime->hw.rate_min = runtime->hw.rate_max = mgr->sample_rate; in pcxhr_open()
1084 mgr->sample_rate = 0; /* the sample rate is no more locked */ in pcxhr_close()
1317 int i, err, sample_rate; in pcxhr_proc_sync() local
1319 err = pcxhr_get_external_clock(mgr, i, &sample_rate); in pcxhr_proc_sync()
1323 texts[i], sample_rate); in pcxhr_proc_sync()