ext_channel_count 1842 sound/pci/hda/hda_generic.c 	spec->ext_channel_count = spec->min_channel_count =
ext_channel_count 2329 sound/pci/hda/hda_generic.c 		(spec->ext_channel_count - spec->min_channel_count) / 2;
ext_channel_count 2391 sound/pci/hda/hda_generic.c 	if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2)
ext_channel_count 2393 sound/pci/hda/hda_generic.c 	spec->ext_channel_count = ch * 2 + spec->min_channel_count;
ext_channel_count 2396 sound/pci/hda/hda_generic.c 	spec->multiout.max_channels = max(spec->ext_channel_count,
ext_channel_count 5080 sound/pci/hda/hda_generic.c 	spec->const_channel_count = spec->ext_channel_count;
ext_channel_count 5088 sound/pci/hda/hda_generic.c 	spec->multiout.max_channels = max(spec->ext_channel_count,
ext_channel_count  152 sound/pci/hda/hda_generic.h 	int ext_channel_count;		/* current channel count for primary */