Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pcm/
HDchannel.c1956 uint32_t oldformat, oldspeed, format; in chn_setspeed() local
1965 oldformat = c->format; in chn_setspeed()
1967 format = oldformat; in chn_setspeed()
1985 uint32_t oldformat, oldspeed, speed; in chn_setformat() local
1994 oldformat = c->format; in chn_setformat()
2004 __func__, format, oldformat); in chn_setformat()
2005 chn_setparam(c, oldformat, oldspeed); in chn_setformat()