Searched refs:ext_channel_count (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.h138 * ext_channel_count contains the current channel count of the primary
143 * PCM is set up as max(ext_channel_count, const_channel_count).
146 int ext_channel_count; /* current channel count for primary */ member in struct:hda_gen_spec
H A Dhda_generic.c1820 spec->ext_channel_count = spec->min_channel_count = fill_and_eval_dacs()
2307 (spec->ext_channel_count - spec->min_channel_count) / 2; ch_mode_get()
2369 if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2) ch_mode_put()
2371 spec->ext_channel_count = ch * 2 + spec->min_channel_count; ch_mode_put()
2374 spec->multiout.max_channels = max(spec->ext_channel_count, ch_mode_put()
4894 spec->const_channel_count = spec->ext_channel_count; snd_hda_gen_parse_auto_config()
4902 spec->multiout.max_channels = max(spec->ext_channel_count, snd_hda_gen_parse_auto_config()

Completed in 110 milliseconds