Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/macio/
H A Di2s.c446 u_int reg = 0, x, wordformat; in i2s_setup() local
520 wordformat = INPUT_STEREO | OUTPUT_STEREO; in i2s_setup()
524 wordformat |= INPUT_16BIT | OUTPUT_16BIT; in i2s_setup()
527 wordformat |= INPUT_24BIT | OUTPUT_24BIT; in i2s_setup()
534 if (x != wordformat) in i2s_setup()
535 bus_write_4(sc->reg, I2S_WORDSIZE, wordformat); in i2s_setup()