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

/linux-master/sound/pci/rme9652/
H A Dhdsp.c990 static int hdsp_external_sample_rate(struct hdsp *hdsp) function
1125 int external_freq = hdsp_external_sample_rate(hdsp);
1854 switch (hdsp_external_sample_rate(hdsp)) {
1901 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate)
1965 if (hdsp_external_sample_rate(hdsp) != 0) {
1966 if (!hdsp_set_rate(hdsp, hdsp_external_sample_rate(hdsp), 1)) {
3554 snd_iprintf (buffer, "AutoSync Frequency: %d\n", hdsp_external_sample_rate(hdsp));
4794 info.autosync_sample_rate = hdsp_external_sample_rate(hdsp);

Completed in 121 milliseconds