Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/pcm/
H A Dchannel.c1958 uint32_t oldformat, oldspeed, format; in chn_setspeed() local
1967 oldformat = c->format; in chn_setspeed()
1969 format = oldformat; in chn_setspeed()
1987 uint32_t oldformat, oldspeed, speed; in chn_setformat() local
1996 oldformat = c->format; in chn_setformat()
2006 __func__, format, oldformat); in chn_setformat()
2007 chn_setparam(c, oldformat, oldspeed); in chn_setformat()