[ALSA] wavefront: simplify YSS225 register initialization
authorClemens Ladisch <clemens@ladisch.de>
Mon, 6 Nov 2006 08:20:04 +0000 (09:20 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:01:15 +0000 (09:01 +0100)
commit59540fe85924ecb7b9760ab422cffaea0c3ce43a
treefea82b025e8860b39c1e2ee0930c3eb3f595f95b
parentde66d53e46f39de6ea3261609fdb92900bb34a42
[ALSA] wavefront: simplify YSS225 register initialization

Instead of using a somewhat algorithmic approach of initializing the
YSS225's registers, just use a simple series of port/value pairs.
This makes it easier to later replace or entirely remove the register
data blob.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
include/sound/snd_wavefront.h
sound/isa/wavefront/wavefront.c
sound/isa/wavefront/wavefront_fx.c
sound/isa/wavefront/yss225.c [new file with mode: 0644]