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

  /src/sys/dev/audio/
audio.c 623 static int audio_hw_set_format(struct audio_softc *, int,
1076 error = audio_hw_set_format(sc, mode, &phwfmt, &rhwfmt, &pfil, &rfil);
1079 "audio_hw_set_format failed: errno=%d\n", error);
7070 error = audio_hw_set_format(sc, mode, &phwfmt, &rhwfmt, &pfil, &rfil);
7760 audio_hw_set_format(struct audio_softc *sc, int setmode, function in typeref:typename:int
8094 error = audio_hw_set_format(sc, mode, &phwfmt, &rhwfmt, &pfil, &rfil);

Completed in 15 milliseconds