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

  /src/sys/arch/zaurus/dev/
wm8731_zaudio.c 302 vol_sadd(int vol, int stride) function in typeref:typename:uint8_t
325 vol_sadd(sc->sc_volume[WM8731_OP_SPKR].left, ZAUDIO_VOLUME_STRIDE);
327 vol_sadd(sc->sc_volume[WM8731_OP_SPKR].right, ZAUDIO_VOLUME_STRIDE);
wm8750_zaudio.c 336 vol_sadd(int vol, int stride) function in typeref:typename:uint8_t
359 vol_sadd(sc->sc_volume[WM8750_OP_SPKR].left, ZAUDIO_VOLUME_STRIDE);
361 vol_sadd(sc->sc_volume[WM8750_OP_HP].left, ZAUDIO_VOLUME_STRIDE);
363 vol_sadd(sc->sc_volume[WM8750_OP_HP].right, ZAUDIO_VOLUME_STRIDE);

Completed in 13 milliseconds