diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2002-10-01 02:05:25 -0700 |
|---|---|---|
| committer | Jaroslav Kysela <perex@pnote.perex-int.cz> | 2002-10-01 02:05:25 -0700 |
| commit | b35a63014bd17bbc19eb536b915c2d1c0e6ed06e (patch) | |
| tree | 33a9230e4a7ffd07c53b494fb6841a405e2038e3 /sound/arm | |
| parent | 1d819b9d528aecf6a1792713164a73560978cd6f (diff) | |
[PATCH] ALSA update [1/12] - 2002/08/09
- Corrections for PCM sample silence (24-bits)
- OPL3 code fixes (delays)
- CS4281
- added the power management code
- added mixer controls for internal FM and PCM volumes
- EMU10K1
- fixed the dma mask
- ICE1712
- replaced EREMOTE with EIO
- check the return value from ews88mt_chip_select()
- Maestro3
- corrected the wrong pci id for inspiron 8000
- use the quirk list for gpio workarounds
Diffstat (limited to 'sound/arm')
| -rw-r--r-- | sound/arm/sa11xx-uda1341.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c index 753a2178f5de..0c373d3b0656 100644 --- a/sound/arm/sa11xx-uda1341.c +++ b/sound/arm/sa11xx-uda1341.c @@ -15,7 +15,7 @@ * 2002-04-04 Tomas Kasparek better rates handling (allow non-standard rates) */ -/* $Id: sa11xx-uda1341.c,v 1.3 2002/05/25 10:26:06 perex Exp $ */ +/* $Id: sa11xx-uda1341.c,v 1.4 2002/08/06 18:03:25 perex Exp $ */ #include <sound/driver.h> #include <linux/module.h> |
