Home
last modified time | relevance | path

Searched refs:ds_out_channels (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/rme9652/ !
H A Dhdspm.c1006 unsigned char ds_out_channels; member
1759 hdspm->max_channels_out = hdspm->ds_out_channels; in hdspm_set_rate()
4606 for (i = hdspm->ds_out_channels; i < hdspm->ss_out_channels; ++i) { in hdspm_update_simple_mixer_controls()
4672 limit = hdspm->ds_out_channels; in snd_hdspm_create_controls()
5874 .min = hdspm->ds_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5875 .max = hdspm->ds_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5948 } else if (c->max <= hdspm->ds_out_channels) { in snd_hdspm_hw_rule_rate_out_channels()
5983 list[1] = hdspm->ds_out_channels; in snd_hdspm_hw_rule_out_channels()
6547 hdspm->ds_in_channels = hdspm->ds_out_channels = AES32_CHANNELS; in snd_hdspm_create()
6576 hdspm->ds_in_channels = hdspm->ds_out_channels = in snd_hdspm_create()
[all …]
H A Dhdsp.c467 unsigned char ds_out_channels; member
4278 list[1] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4282 list[0] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4334 .min = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4335 .max = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4370 } else if (c->max <= hdsp->ds_out_channels) { in snd_hdsp_hw_rule_rate_out_channels()
4947 hdsp->ds_in_channels = hdsp->ds_out_channels = DIGIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
4953 hdsp->ds_in_channels = hdsp->ds_out_channels = H9652_DS_CHANNELS; in snd_hdsp_initialize_channels()
4966 hdsp->ds_out_channels = H9632_DS_CHANNELS+aebo_channels; in snd_hdsp_initialize_channels()
4979 hdsp->ds_in_channels = hdsp->ds_out_channels = MULTIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
[all …]