Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pcm/
H A Dchannel.c2034 uint32_t oldformat, oldspeed, format; in chn_setspeed() local
2043 oldformat = c->format; in chn_setspeed()
2045 format = oldformat; in chn_setspeed()
2063 uint32_t oldformat, oldspeed, speed; in chn_setformat() local
2072 oldformat = c->format; in chn_setformat()
2082 __func__, format, oldformat); in chn_setformat()
2083 chn_setparam(c, oldformat, oldspeed); in chn_setformat()