min_channel_count 1842 sound/pci/hda/hda_generic.c 	spec->ext_channel_count = spec->min_channel_count =
min_channel_count 2318 sound/pci/hda/hda_generic.c 	chs = uinfo->value.enumerated.item * 2 + spec->min_channel_count;
min_channel_count 2329 sound/pci/hda/hda_generic.c 		(spec->ext_channel_count - spec->min_channel_count) / 2;
min_channel_count 2391 sound/pci/hda/hda_generic.c 	if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2)
min_channel_count 2393 sound/pci/hda/hda_generic.c 	spec->ext_channel_count = ch * 2 + spec->min_channel_count;
min_channel_count  151 sound/pci/hda/hda_generic.h 	int min_channel_count;		/* min. channel count for primary out */