HomeSort by: relevance | last modified time | path
    Searched defs:chn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
sequencer.c 1028 int i, chn; local in function:seq_reset
1038 for (chn = 0; chn < MAXCHAN; chn++) {
1039 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE,
1041 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE,
1043 midiseq_pitchbend(md, chn, &SEQ_MK_CHN(PITCH_BEND,
  /src/sys/dev/hdaudio/
hdafg.c 3161 int tag, chn, maxchan, c; local in function:hdafg_stream_connect
3207 chn = 0;
3215 chn = 0;
3216 if (chn >= maxchan)
3217 chn = 0; /* XXX */
3218 c = (tag << 4) | chn;
3264 chn += COP_AWCAP_CHANNEL_COUNT(w->w_p.aw_cap);

Completed in 18 milliseconds