uaudio.c | 306 Static union usb_audio_cluster uaudio_get_cluster 907 uaudio_get_cluster(struct uaudio_softc *sc, int id, const struct io_terminal *iot) function in typeref:typename:Static union usb_audio_cluster 1002 aprint_error("uaudio_get_cluster: bad data\n"); 1101 ichs += uaudio_get_cluster(sc, d->baSourceId[i], iot).v1.bNrChannels; 1108 ichs += uaudio_get_cluster(sc, d->baSourceId[i], iot).v2.bNrChannels; 1124 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 1128 chs = uaudio_get_cluster(sc, d->baSourceId[i], iot) 2764 cluster = uaudio_get_cluster(sc, i, iot); 2778 cluster = uaudio_get_cluster(sc, i, iot); 2813 cluster = uaudio_get_cluster(sc, i, iot) [all...] |