snapper_softc
struct snapper_softc *sc = (struct snapper_softc *)self;
struct snapper_softc *sc = (struct snapper_softc *)dev;
snapper_set_volume(struct snapper_softc *sc, int left, int right)
snapper_set_treble(struct snapper_softc *sc, int value)
snapper_set_bass(struct snapper_softc *sc, int value)
snapper_set_input(struct snapper_softc *sc, int mask)
void snapper_init(struct snapper_softc *);
tas3004_write(struct snapper_softc *sc, u_int reg, const void *data)
void snapper_set_volume(struct snapper_softc *, int, int);
tas3004_init(struct snapper_softc *sc)
void snapper_set_bass(struct snapper_softc *, int);
void snapper_set_treble(struct snapper_softc *, int);
void snapper_set_input(struct snapper_softc *, int);
snapper_init(struct snapper_softc *sc)
int tas3004_write(struct snapper_softc *, u_int, const void *);
int tas3004_init(struct snapper_softc *);
sizeof(struct snapper_softc), snapper_match, snapper_attach