Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_generic.h144 int ext_channel_count; /* current channel count for primary */ member
A Dhda_generic.c1860 spec->ext_channel_count = spec->min_channel_count = in fill_and_eval_dacs()
2347 (spec->ext_channel_count - spec->min_channel_count) / 2; in ch_mode_get()
2409 if (ch == (spec->ext_channel_count - spec->min_channel_count) / 2) in ch_mode_put()
2411 spec->ext_channel_count = ch * 2 + spec->min_channel_count; in ch_mode_put()
2414 spec->multiout.max_channels = max(spec->ext_channel_count, in ch_mode_put()
5044 spec->const_channel_count = spec->ext_channel_count; in snd_hda_gen_parse_auto_config()
5052 spec->multiout.max_channels = max(spec->ext_channel_count, in snd_hda_gen_parse_auto_config()

Completed in 15 milliseconds