Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/rme9652/
Dhdsp.c484 unsigned char ss_out_channels; member
4286 list[2] = hdsp->ss_out_channels; in snd_hdsp_hw_rule_out_channels()
4290 list[1] = hdsp->ss_out_channels; in snd_hdsp_hw_rule_out_channels()
4348 .min = hdsp->ss_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4349 .max = hdsp->ss_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4363 if (c->min >= hdsp->ss_out_channels) { in snd_hdsp_hw_rule_rate_out_channels()
4454 runtime->hw.channels_max = hdsp->ss_out_channels; in snd_hdsp_playback_open()
4776 h9632_aeb.aebo = hdsp->ss_out_channels - H9632_SS_CHANNELS; in snd_hdsp_hwdep_ioctl()
4956 hdsp->ss_in_channels = hdsp->ss_out_channels = DIGIFACE_SS_CHANNELS; in snd_hdsp_initialize_channels()
4962 hdsp->ss_in_channels = hdsp->ss_out_channels = H9652_SS_CHANNELS; in snd_hdsp_initialize_channels()
[all …]
Dhdspm.c1016 unsigned char ss_out_channels; member
1766 hdspm->max_channels_out = hdspm->ss_out_channels; in hdspm_set_rate()
4652 for (i = hdspm->ds_out_channels; i < hdspm->ss_out_channels; ++i) { in hdspm_update_simple_mixer_controls()
4720 limit = hdspm->ss_out_channels; in snd_hdspm_create_controls()
5935 .min = hdspm->ss_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5936 .max = hdspm->ss_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5988 if (c->min >= hdspm->ss_out_channels) { in snd_hdspm_hw_rule_rate_out_channels()
6038 list[2] = hdspm->ss_out_channels; in snd_hdspm_hw_rule_out_channels()
6647 hdspm->ss_in_channels = hdspm->ss_out_channels = AES32_CHANNELS; in snd_hdspm_create()
6675 hdspm->ss_in_channels = hdspm->ss_out_channels = in snd_hdspm_create()
[all …]