Searched refs:cchn (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 1920 cchn = HDA_PARAM_AUDIO_WIDGET_CAP_CC(w->param.widget_cap); 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() 1924 HDA_CMD_SET_CONV_CHAN_COUNT(0, ch->io[i], cchn)); in hdaa_audio_setup() 1932 ch->io[i], fmt, dfmt, c, cchn, ch->stripectl); in hdaa_audio_setup() 1961 if ((ch->fmt & AFMT_AC3) && (cchn == 7)) in hdaa_audio_setup() 2021 chn += cchn + 1; in hdaa_audio_setup()
|