Searched refs:totalextchn (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 1845 int i, j, k, chn, cchn, totalchn, totalextchn, c; in hdaa_audio_setup() local 1869 totalextchn = AFMT_EXTCHANNEL(ch->fmt); in hdaa_audio_setup() 1874 ch->fmt, totalchn - totalextchn, totalextchn, ch->spd); in hdaa_audio_setup() 1949 (((hdmich[totalextchn == 0 ? 0 : 1][totalchn - 1] in hdaa_audio_setup() 2001 hdmica[totalextchn == 0 ? 0 : 1][totalchn - 1]; in hdaa_audio_setup() 2013 hdmica[totalextchn == 0 ? 0 : 1][totalchn - 1])); in hdaa_audio_setup()
|