sbdsp.c | 240 int sbdsp_set_timeconst(struct sbdsp_softc *, int); 1278 sbdsp_set_timeconst(struct sbdsp_softc *sc, int tc) function in typeref:typename:int 1281 DPRINTF(("sbdsp_set_timeconst: sc=%p tc=%d\n", sc, tc)); 1371 if (sbdsp_set_timeconst(sc, sc->sc_i.tc)) { 1511 if (sbdsp_set_timeconst(sc, sc->sc_o.tc)) {
|