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

  /src/sys/dev/ic/
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);
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);

Completed in 39 milliseconds