Home
last modified time | relevance | path

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

/dragonfly/games/morse/
H A Dmorse.c411 param.play_format = AFMT_S16_NE; in main()
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c1243 ((p->play_format != 0 && p->play_rate == 0) || in dsp_ioctl()
1251 if (cmd == AIOSFMT && p->play_format != 0) { in dsp_ioctl()
1253 SND_FORMAT(p->play_format, in dsp_ioctl()
1259 p->play_format = AFMT_ENCODING(wrch->format); in dsp_ioctl()
1263 p->play_format = 0; in dsp_ioctl()
/dragonfly/sys/sys/
H A Dsoundcard.h245 u_long play_format; /* everything describing the format */ member