diff options
author | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-05-26 03:52:08 +0000 |
---|---|---|
committer | Christopher Pascoe <pascoe@cvs.openbsd.org> | 2005-05-26 03:52:08 +0000 |
commit | df5fd65be8b60ec58c6a8ffcab959c6a1daa37ae (patch) | |
tree | 63f9c0112ef48bc6155e5281a7cb2e6d91fec540 /sys/arch/arm/xscale/pxa2x0_i2s.h | |
parent | 0f05e3b65cd34eb6ff9511bcefa0d7bc3cb824f7 (diff) |
Reset the zaurus audio components after resume, so that subsequent opens
can play sound again.
Diffstat (limited to 'sys/arch/arm/xscale/pxa2x0_i2s.h')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_i2s.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_i2s.h b/sys/arch/arm/xscale/pxa2x0_i2s.h index befd611429a..b5c0380bdb3 100644 --- a/sys/arch/arm/xscale/pxa2x0_i2s.h +++ b/sys/arch/arm/xscale/pxa2x0_i2s.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_i2s.h,v 1.1 2005/04/15 00:09:06 pascoe Exp $ */ +/* $OpenBSD: pxa2x0_i2s.h,v 1.2 2005/05/26 03:52:07 pascoe Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -35,6 +35,7 @@ struct pxa2x0_i2s_softc { struct pxa2x0_i2s_dma *sc_dmas; }; +void pxa2x0_i2s_init(struct pxa2x0_i2s_softc *sc); int pxa2x0_i2s_attach_sub(struct pxa2x0_i2s_softc *); int pxa2x0_i2s_detach_sub(struct pxa2x0_i2s_softc *); void pxa2x0_i2s_open(struct pxa2x0_i2s_softc *); |