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()
1827 ucontrol->value.enumerated.item[0] = hdsp->system_sample_rate; in snd_hdsp_get_system_sample_rate()
1903 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate) in hdsp_system_clock_mode()
1935 switch (hdsp->system_sample_rate) { in hdsp_clock_source()
2821 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2832 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2834 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2836 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
2841 int rate = hdsp->system_sample_rate + offset_hz; in hdsp_set_dds_offset()
3560 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
4073 if (params_rate(params) != hdsp->system_sample_rate) { in snd_hdsp_hw_params()
4491 runtime->hw.rate_min = runtime->hw.rate_max = hdsp->system_sample_rate; in snd_hdsp_playback_open()
4789 info.system_sample_rate = hdsp->system_sample_rate; in snd_hdsp_hwdep_ioctl()
5100 hdsp->system_sample_rate = -1; in snd_hdsp_create_alsa_devices()