Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.c2009 uint32_t oldformat, oldspeed, format; in chn_setspeed() local
2018 oldformat = c->format; in chn_setspeed()
2020 format = oldformat; in chn_setspeed()
2038 uint32_t oldformat, oldspeed, speed; in chn_setformat() local
2047 oldformat = c->format; in chn_setformat()
2057 __func__, format, oldformat); in chn_setformat()
2058 chn_setparam(c, oldformat, oldspeed); in chn_setformat()