Searched refs:max_ch (Results 1 – 2 of 2) sorted by relevance
71 int max_ch; /* maximum channel */ member
762 for(c=0;c<OPL->max_ch;c++) in OPLWriteReg()1055 for( c = 0 ; c < OPL->max_ch ; c++ ) in OPLResetChip()1078 int max_ch = 9; /* normally 9 channels */ in OPLCreate() local1083 state_size += sizeof(OPL_CH)*max_ch; in OPLCreate()1090 OPL->P_CH = (OPL_CH *)ptr; ptr+=sizeof(OPL_CH)*max_ch; in OPLCreate()1094 OPL->max_ch = max_ch; in OPLCreate()