sbdsp.c | 241 int sbdsp16_set_rate(struct sbdsp_softc *, int, int); 1289 sbdsp16_set_rate(struct sbdsp_softc *sc, int cmd, int rate) function in typeref:typename:int 1292 DPRINTF(("sbdsp16_set_rate: sc=%p cmd=0x%02x rate=%d\n", sc, cmd, 1365 if (sbdsp16_set_rate(sc, SB_DSP16_INPUTRATE, sc->sc_i.rate)) { 1505 if (sbdsp16_set_rate(sc, SB_DSP16_OUTPUTRATE, sc->sc_o.rate)) {
|