Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.h141 /* min_channel_count contains the minimum channel count for primary
143 * between min_channel_count and (min_channel_count + multi_ios * 2).
152 int min_channel_count; /* min. channel count for primary out */ member
H A Dhda_generic.c1859 spec->ext_channel_count = spec->min_channel_count = in fill_and_eval_dacs()
2335 chs = uinfo->value.enumerated.item * 2 + spec->min_channel_count; in ch_mode_info()
2346 (spec->ext_channel_count - spec->min_channel_count) / 2; in ch_mode_get()
2408 if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2) in ch_mode_put()
2410 spec->ext_channel_count = ch * 2 + spec->min_channel_count; in ch_mode_put()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.h135 /* min_channel_count contains the minimum channel count for primary
137 * between min_channel_count and (min_channel_count + multi_ios * 2).
146 int min_channel_count; /* min. channel count for primary out */ member
H A Dhda_generic.c1865 spec->ext_channel_count = spec->min_channel_count = in fill_and_eval_dacs()
2341 chs = uinfo->value.enumerated.item * 2 + spec->min_channel_count; in ch_mode_info()
2352 (spec->ext_channel_count - spec->min_channel_count) / 2; in ch_mode_get()
2414 if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2) in ch_mode_put()
2416 spec->ext_channel_count = ch * 2 + spec->min_channel_count; in ch_mode_put()

Completed in 23 milliseconds