Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c1878 int i, j, k, chn, cchn, totalchn, totalextchn, c; in hdaa_audio_setup() local
1953 cchn = HDA_PARAM_AUDIO_WIDGET_CAP_CC(w->param.widget_cap); in hdaa_audio_setup()
1954 if (cchn > 1 && chn < totalchn) { in hdaa_audio_setup()
1955 cchn = min(cchn, totalchn - chn - 1); in hdaa_audio_setup()
1957 HDA_CMD_SET_CONV_CHAN_COUNT(0, ch->io[i], cchn)); in hdaa_audio_setup()
1965 ch->io[i], fmt, dfmt, c, cchn, ch->stripectl); in hdaa_audio_setup()
1994 if ((ch->fmt & AFMT_AC3) && (cchn == 7)) in hdaa_audio_setup()
2054 chn += cchn + 1; in hdaa_audio_setup()