Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_generic.h151 int min_channel_count; /* min. channel count for primary out */ member
Dhda_generic.c1842 spec->ext_channel_count = spec->min_channel_count = in fill_and_eval_dacs()
2318 chs = uinfo->value.enumerated.item * 2 + spec->min_channel_count; in ch_mode_info()
2329 (spec->ext_channel_count - spec->min_channel_count) / 2; in ch_mode_get()
2391 if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2) in ch_mode_put()
2393 spec->ext_channel_count = ch * 2 + spec->min_channel_count; in ch_mode_put()