Home
last modified time | relevance | path

Searched refs:const_channel_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.h148 * Meanwhile, const_channel_count is the channel count for all outputs
150 * PCM is set up as max(ext_channel_count, const_channel_count).
154 int const_channel_count; /* channel count for all */ member
H A Dhda_generic.c2414 spec->const_channel_count); in ch_mode_put()
5157 spec->const_channel_count = spec->ext_channel_count; in snd_hda_gen_parse_auto_config()
5160 spec->const_channel_count = max(spec->const_channel_count, in snd_hda_gen_parse_auto_config()
5163 spec->const_channel_count = max(spec->const_channel_count, in snd_hda_gen_parse_auto_config()
5166 spec->const_channel_count); in snd_hda_gen_parse_auto_config()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.h142 * Meanwhile, const_channel_count is the channel count for all outputs
144 * PCM is set up as max(ext_channel_count, const_channel_count).
148 int const_channel_count; /* channel count for all */ member
H A Dhda_generic.c2420 spec->const_channel_count); in ch_mode_put()
5049 spec->const_channel_count = spec->ext_channel_count; in snd_hda_gen_parse_auto_config()
5052 spec->const_channel_count = max(spec->const_channel_count, in snd_hda_gen_parse_auto_config()
5055 spec->const_channel_count = max(spec->const_channel_count, in snd_hda_gen_parse_auto_config()
5058 spec->const_channel_count); in snd_hda_gen_parse_auto_config()

Completed in 18 milliseconds