Searched refs:FM_PLAY_16BIT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/pci/
H A Dfm801.c54 #define FM_PLAY_16BIT 0x4000 macro
361 fm801->play_fmt |= (format & AFMT_16BIT) ? FM_PLAY_16BIT : 0;
367 fm801->rec_fmt |= (format & AFMT_16BIT) ? FM_PLAY_16BIT : 0;

Completed in 40 milliseconds