Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/rme9652/
H A Dhdsp.c468 unsigned char ss_out_channels; member
4332 list[2] = hdsp->ss_out_channels; in snd_hdsp_hw_rule_out_channels()
4336 list[1] = hdsp->ss_out_channels; in snd_hdsp_hw_rule_out_channels()
4394 .min = hdsp->ss_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4395 .max = hdsp->ss_out_channels, in snd_hdsp_hw_rule_out_channels_rate()
4409 if (c->min >= hdsp->ss_out_channels) { in snd_hdsp_hw_rule_rate_out_channels()
4500 runtime->hw.channels_max = hdsp->ss_out_channels; in snd_hdsp_playback_open()
4822 h9632_aeb.aebo = hdsp->ss_out_channels - H9632_SS_CHANNELS; in snd_hdsp_hwdep_ioctl()
5013 hdsp->ss_in_channels = hdsp->ss_out_channels = H9652_SS_CHANNELS; in snd_hdsp_initialize_channels()
5026 hdsp->ss_out_channels = H9632_SS_CHANNELS+aebo_channels; in snd_hdsp_initialize_channels()
[all …]
H A Dhdspm.c1005 unsigned char ss_out_channels; member
1759 hdspm->max_channels_out = hdspm->ss_out_channels; in hdspm_set_rate()
4713 limit = hdspm->ss_out_channels; in snd_hdspm_create_controls()
5925 .min = hdspm->ss_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5926 .max = hdspm->ss_out_channels, in snd_hdspm_hw_rule_out_channels_rate()
5978 if (c->min >= hdspm->ss_out_channels) { in snd_hdspm_hw_rule_rate_out_channels()
6028 list[2] = hdspm->ss_out_channels; in snd_hdspm_hw_rule_out_channels()
6622 hdspm->ss_in_channels = hdspm->ss_out_channels = in snd_hdspm_create()
6648 hdspm->ss_out_channels = AIO_OUT_SS_CHANNELS; in snd_hdspm_create()
6661 hdspm->ss_out_channels += 4; in snd_hdspm_create()
[all …]