Searched defs:zaudio_softc (Results 1 – 1 of 1) sorted by relevance
53 struct zaudio_softc { struct54 device_t sc_dev;55 kmutex_t sc_lock;56 kmutex_t sc_intr_lock;60 struct pxa2x0_i2s_softc sc_i2s;62 i2c_tag_t sc_i2c;64 int sc_playing;65 int sc_recording;67 struct zaudio_volume *sc_volume;68 uint8_t *sc_unmute;[all …]