Lines Matching refs:system_sample_rate
482 int system_sample_rate; member
1142 current_rate = hdsp->system_sample_rate; in hdsp_set_rate()
1249 hdsp->system_sample_rate = rate; in hdsp_set_rate()
1825 ucontrol->value.enumerated.item[0] = hdsp->system_sample_rate; in snd_hdsp_get_system_sample_rate()
1901 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate) in hdsp_system_clock_mode()
1933 switch (hdsp->system_sample_rate) { in hdsp_clock_source()
2819 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2830 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2832 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2834 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
2839 int rate = hdsp->system_sample_rate + offset_hz; in hdsp_set_dds_offset()
3558 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
4099 if (params_rate(params) != hdsp->system_sample_rate) { in snd_hdsp_hw_params()
4525 runtime->hw.rate_min = runtime->hw.rate_max = hdsp->system_sample_rate; in snd_hdsp_playback_open()
4821 info.system_sample_rate = hdsp->system_sample_rate; in snd_hdsp_hwdep_ioctl()
5134 hdsp->system_sample_rate = -1; in snd_hdsp_create_alsa_devices()