diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 01:16:30 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-31 01:16:30 +0000 |
commit | 6826fba0e96e4985a3974b3c643c082d6f77fd96 (patch) | |
tree | a8e5b58d5c3f1cd604c43edc17d6d3b97f91268c | |
parent | e949deedeaab0e805d499e33e7a55d4f036ee6ba (diff) |
update datasheet URL.
-rw-r--r-- | sys/arch/macppc/dev/snapper.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/macppc/dev/snapper.c b/sys/arch/macppc/dev/snapper.c index 10e4995c183..c608027f15e 100644 --- a/sys/arch/macppc/dev/snapper.c +++ b/sys/arch/macppc/dev/snapper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snapper.c,v 1.23 2005/10/31 00:26:07 joris Exp $ */ +/* $OpenBSD: snapper.c,v 1.24 2005/10/31 01:16:29 brad Exp $ */ /* $NetBSD: snapper.c,v 1.1 2003/12/27 02:19:34 grant Exp $ */ /*- @@ -29,7 +29,7 @@ /* * Datasheet is available from - * http://www.ti.com/sc/docs/products/analog/tas3004.html + * http://focus.ti.com/docs/prod/folders/print/tas3004.html */ #include <sys/param.h> @@ -340,7 +340,7 @@ snapper_defer(struct device *dev) printf("%s: unable to find i2c\n", sc->sc_dev.dv_xname); return; } - + /* XXX If i2c has failed to attach, what should we do? */ audio_attach_mi(&snapper_hw_if, sc, &sc->sc_dev); @@ -489,8 +489,6 @@ tas3004_write(sc, reg, data) return 0; } -#define reset_active 0 /* XXX OF */ - #define DEQ_WRITE(sc, reg, addr) \ if (tas3004_write(sc, reg, addr)) goto err |