Home
last modified time | relevance | path

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

/openbmc/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()
4709 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()
6641 hdspm->ds_in_channels = hdspm->ds_out_channels = in snd_hdspm_create()
6666 hdspm->ds_out_channels = AIO_OUT_DS_CHANNELS; in snd_hdspm_create()
6679 hdspm->ds_out_channels += 4; in snd_hdspm_create()
[all …]
H A Dhdsp.c467 unsigned char ds_out_channels; member
4337 list[1] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4341 list[0] = hdsp->ds_out_channels; in snd_hdsp_hw_rule_out_channels()
4393 .min = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4394 .max = hdsp->ds_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4429 } else if (c->max <= hdsp->ds_out_channels) { in snd_hdsp_hw_rule_rate_out_channels()
5012 hdsp->ds_in_channels = hdsp->ds_out_channels = DIGIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
5018 hdsp->ds_in_channels = hdsp->ds_out_channels = H9652_DS_CHANNELS; in snd_hdsp_initialize_channels()
5031 hdsp->ds_out_channels = H9632_DS_CHANNELS+aebo_channels; in snd_hdsp_initialize_channels()
5044 hdsp->ds_in_channels = hdsp->ds_out_channels = MULTIFACE_DS_CHANNELS; in snd_hdsp_initialize_channels()
[all …]