Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dfm801.c161 rec_fmt, member
366 fm801->rec_fmt = (AFMT_CHANNEL(format) > 1)? FM_REC_STEREO:0; in fm801ch_setformat()
367 fm801->rec_fmt |= (format & AFMT_16BIT) ? FM_PLAY_16BIT : 0; in fm801ch_setformat()
482 FM_REC_START | FM_REC_STOPNOW | fm801->rec_fmt | fm801->rec_shift, in fm801ch_trigger()