Home
last modified time | relevance | path

Searched refs:system_sample_rate (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/sound/
Dhdsp.h59 unsigned int system_sample_rate; member
Dhdspm.h70 unsigned int system_sample_rate; member
/linux-4.1.27/sound/pci/rme9652/
Dhdsp.c494 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()
2843 int system_sample_rate = hdsp->system_sample_rate; in hdsp_dds_offset() local
2854 if (system_sample_rate >= 112000) in hdsp_dds_offset()
2856 else if (system_sample_rate >= 56000) in hdsp_dds_offset()
2858 return ((int)n) - system_sample_rate; in hdsp_dds_offset()
[all …]
Dhdspm.c1044 int system_sample_rate; member
1681 current_rate = hdspm->system_sample_rate; in hdspm_set_rate()
1760 hdspm->system_sample_rate = rate; in hdspm_set_rate()
2217 rate = hdspm->system_sample_rate; in hdspm_get_system_sample_rate()
2222 rate = hdspm->system_sample_rate; in hdspm_get_system_sample_rate()
2604 switch (hdspm->system_sample_rate) { in hdspm_clock_source()
4653 if (hdspm->system_sample_rate > 48000) { in hdspm_update_simple_mixer_controls()
4715 if (hdspm->system_sample_rate >= 128000) { in snd_hdspm_create_controls()
4717 } else if (hdspm->system_sample_rate >= 64000) { in snd_hdspm_create_controls()
4974 hdspm->system_sample_rate); in snd_hdspm_proc_read_madi()
[all …]