Lines Matching refs:system_sample_rate
494 int system_sample_rate; member
1169 current_rate = hdsp->system_sample_rate; in hdsp_set_rate()
1276 hdsp->system_sample_rate = rate; in hdsp_set_rate()
1850 ucontrol->value.enumerated.item[0] = hdsp->system_sample_rate; in snd_hdsp_get_system_sample_rate()
1926 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate) in hdsp_system_clock_mode()
1958 switch (hdsp->system_sample_rate) { in hdsp_clock_source()
2844 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2855 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2857 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2859 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
2864 int rate = hdsp->system_sample_rate + offset_hz; in hdsp_set_dds_offset()
3507 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
4022 if (params_rate(params) != hdsp->system_sample_rate) { in snd_hdsp_hw_params()
4446 runtime->hw.rate_min = runtime->hw.rate_max = hdsp->system_sample_rate; in snd_hdsp_playback_open()
4743 info.system_sample_rate = hdsp->system_sample_rate; in snd_hdsp_hwdep_ioctl()
5039 hdsp->system_sample_rate = -1; in snd_hdsp_create_alsa_devices()