Lines Matching refs:system_sample_rate
479 int system_sample_rate; member
1139 current_rate = hdsp->system_sample_rate; in hdsp_set_rate()
1246 hdsp->system_sample_rate = rate; in hdsp_set_rate()
1822 ucontrol->value.enumerated.item[0] = hdsp->system_sample_rate; in snd_hdsp_get_system_sample_rate()
1898 else if (hdsp_external_sample_rate(hdsp) != hdsp->system_sample_rate) in hdsp_system_clock_mode()
1930 switch (hdsp->system_sample_rate) { in hdsp_clock_source()
2816 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2827 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2829 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2831 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
2836 int rate = hdsp->system_sample_rate + offset_hz; in hdsp_set_dds_offset()
3555 snd_iprintf (buffer, "System Clock Frequency: %d\n", hdsp->system_sample_rate); in snd_hdsp_proc_read()
4094 if (params_rate(params) != hdsp->system_sample_rate) { in snd_hdsp_hw_params()
4520 runtime->hw.rate_min = runtime->hw.rate_max = hdsp->system_sample_rate; in snd_hdsp_playback_open()
4816 info.system_sample_rate = hdsp->system_sample_rate; in snd_hdsp_hwdep_ioctl()
5129 hdsp->system_sample_rate = -1; in snd_hdsp_create_alsa_devices()