Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhdaa.c1844 int i, j, k, chn, cchn, totalchn, totalextchn, c; in hdaa_audio_setup() local
1867 totalchn = AFMT_CHANNEL(ch->fmt); in hdaa_audio_setup()
1873 ch->fmt, totalchn - totalextchn, totalextchn, ch->spd); in hdaa_audio_setup()
1899 chn = (((convmap[convmapid][totalchn / 2] in hdaa_audio_setup()
1901 if (chn < 0 || chn >= totalchn) { in hdaa_audio_setup()
1920 if (cchn > 1 && chn < totalchn) { in hdaa_audio_setup()
1921 cchn = min(cchn, totalchn - chn - 1); in hdaa_audio_setup()
1948 (((hdmich[totalextchn == 0 ? 0 : 1][totalchn - 1] in hdaa_audio_setup()
1999 csum -= 0x84 + 0x01 + 0x0a + (totalchn - 1) + in hdaa_audio_setup()
2000 hdmica[totalextchn == 0 ? 0 : 1][totalchn - 1]; in hdaa_audio_setup()
[all …]