Home | History | Annotate | Download | only in src

Lines Matching refs:nochannels

4184   new->nochannels = 0;
4278 track->nochannels = prop->propval.u16;
4374 track->nochannels = get_u16_from_object(device, track->item_id, PTP_OPC_NumberOfChannels, 0);
5949 prop->propval.u16 = adjust_u16(metadata->nochannels, &opd);
6112 if (metadata->nochannels != 0) {
6113 ret = set_object_u16(device, metadata->item_id, PTP_OPC_NumberOfChannels, adjust_u16(metadata->nochannels, &opd));