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
1766 hdspm->max_channels_out = hdspm->ds_out_channels; in hdspm_set_rate()
4645 for (i = hdspm->ds_out_channels; i < hdspm->ss_out_channels; ++i) { in hdspm_update_simple_mixer_controls()
4711 limit = hdspm->ds_out_channels; in snd_hdspm_create_controls()
5921 .min = hdspm->ds_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5922 .max = hdspm->ds_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5995 } else if (c->max <= hdspm->ds_out_channels) { in snd_hdspm_hw_rule_rate_out_channels()
6030 list[1] = hdspm->ds_out_channels; in snd_hdspm_hw_rule_out_channels()
6598 hdspm->ds_in_channels = hdspm->ds_out_channels = AES32_CHANNELS; in snd_hdspm_create()
6627 hdspm->ds_in_channels = hdspm->ds_out_channels = in snd_hdspm_create()
[all …]
H A Dhdsp.c467 unsigned char ds_out_channels; member
4331 list[1] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4335 list[0] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4387 .min = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4388 .max = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4423 } else if (c->max <= hdsp->ds_out_channels) { in snd_hdsp_hw_rule_rate_out_channels()
5008 hdsp->ds_in_channels = hdsp->ds_out_channels = DIGIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
5014 hdsp->ds_in_channels = hdsp->ds_out_channels = H9652_DS_CHANNELS; in snd_hdsp_initialize_channels()
5027 hdsp->ds_out_channels = H9632_DS_CHANNELS+aebo_channels; in snd_hdsp_initialize_channels()
5040 hdsp->ds_in_channels = hdsp->ds_out_channels = MULTIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
[all …]