Searched refs:totalchn (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 1868 totalchn = AFMT_CHANNEL(ch->fmt); in hdaa_audio_setup() 1874 ch->fmt, totalchn - totalextchn, totalextchn, ch->spd); in hdaa_audio_setup() 1900 chn = (((convmap[convmapid][totalchn / 2] in hdaa_audio_setup() 1902 if (chn < 0 || chn >= totalchn) { in hdaa_audio_setup() 1921 if (cchn > 1 && chn < totalchn) { in hdaa_audio_setup() 1922 cchn = min(cchn, totalchn - chn - 1); in hdaa_audio_setup() 1949 (((hdmich[totalextchn == 0 ? 0 : 1][totalchn - 1] in hdaa_audio_setup() 2000 csum -= 0x84 + 0x01 + 0x0a + (totalchn - 1) + in hdaa_audio_setup() 2001 hdmica[totalextchn == 0 ? 0 : 1][totalchn - 1]; in hdaa_audio_setup() [all …]
|