aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/wavefront/yss225.c
Commit message (Collapse)AuthorAge
* ALSA: wavefront - Always use request_firmware()Takashi Iwai2009-04-06
| | | | | | | Always use request_firmware() for loading yss225_registers image. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* [ALSA] wavefront: simplify YSS225 register initializationClemens Ladisch2007-02-09
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>