Home
last modified time | relevance | path

Searched refs:FM_PLAY_STEREO (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/pci/
Dfmsreg.h50 #define FM_PLAY_STEREO 0x8000 macro
Dfms.c453 sc->sc_play_reg = (play->channels == 2 ? FM_PLAY_STEREO : 0) | in fms_set_params()