Lines Matching refs:system_sample_rate
481 int system_sample_rate; member
1152 current_rate = hdsp->system_sample_rate; in hdsp_set_rate()
1259 hdsp->system_sample_rate = rate; in hdsp_set_rate()
1833 ucontrol->value.enumerated.item[0] = hdsp->system_sample_rate; in snd_hdsp_get_system_sample_rate()
1909 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate) in hdsp_system_clock_mode()
1941 switch (hdsp->system_sample_rate) { in hdsp_clock_source()
2827 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2838 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2840 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2842 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
2847 int rate = hdsp->system_sample_rate + offset_hz; in hdsp_set_dds_offset()
3490 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
4033 if (params_rate(params) != hdsp->system_sample_rate) { in snd_hdsp_hw_params()
4458 runtime->hw.rate_min = runtime->hw.rate_max = hdsp->system_sample_rate; in snd_hdsp_playback_open()
4755 info.system_sample_rate = hdsp->system_sample_rate; in snd_hdsp_hwdep_ioctl()
5053 hdsp->system_sample_rate = -1; in snd_hdsp_create_alsa_devices()