interwave.c | 63 static u_long iw_set_format(struct iw_softc *, u_long, int); 234 iw_set_format(sc, AUDIO_ENCODING_ULAW, 0); 235 iw_set_format(sc, AUDIO_ENCODING_ULAW, 1); 611 iw_set_format(struct iw_softc *sc, u_long precision, int in) function in typeref:typename:u_long 619 DPRINTF(("iw_set_format\n")); 688 iw_set_format(sc, p->precision, 0); 695 iw_set_format(sc, p->precision, 1);
|