sys/dev/i2c/sgsmix.c
169
sgsmix_writereg(sc, SGSREG_SPEAKER_L, 0x20);
sys/dev/i2c/sgsmix.c
171
sgsmix_writereg(sc, SGSREG_SPEAKER_L,
sys/dev/i2c/sgsmix.c
176
sgsmix_writereg(sc, SGSREG_SPEAKER_R, 0x20);
sys/dev/i2c/sgsmix.c
178
sgsmix_writereg(sc, SGSREG_SPEAKER_R,
sys/dev/i2c/sgsmix.c
190
sgsmix_writereg(sc, SGSREG_HEADPHONES_L, 0x20);
sys/dev/i2c/sgsmix.c
192
sgsmix_writereg(sc, SGSREG_HEADPHONES_L,
sys/dev/i2c/sgsmix.c
197
sgsmix_writereg(sc, SGSREG_HEADPHONES_R, 0x20);
sys/dev/i2c/sgsmix.c
199
sgsmix_writereg(sc, SGSREG_HEADPHONES_R,
sys/dev/i2c/sgsmix.c
217
sgsmix_writereg(sc, SGSREG_BASS_TREBLE, b | t);
sys/dev/i2c/sgsmix.c
72
static void sgsmix_writereg(struct sgsmix_softc *, int, uint8_t);