diff options
author | James Courtier-Dutton <James@superbug.co.uk> | 2005-06-04 09:03:06 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-06-22 06:28:18 -0400 |
commit | c82bf829c01079e77286481884eacb229310b4f0 (patch) | |
tree | ccee10cd2d3122fdbccca7ba0da4c4997ab4e9e9 /sound/pci/ca0106/ca0106_main.c | |
parent | 5470440a2a1f5e8afe7df306fdbf26e6b1143975 (diff) |
[ALSA] ca0106: Fix 96000 Hz audio playback.
CA0106 driver
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Diffstat (limited to 'sound/pci/ca0106/ca0106_main.c')
-rw-r--r-- | sound/pci/ca0106/ca0106_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_main.c b/sound/pci/ca0106/ca0106_main.c index 0ec0c3ec220b..95c289284267 100644 --- a/sound/pci/ca0106/ca0106_main.c +++ b/sound/pci/ca0106/ca0106_main.c | |||
@@ -1277,7 +1277,7 @@ static int __devinit snd_ca0106_create(snd_card_t *card, | |||
1277 | /* FIXME: Still need to find out what the other GPIO bits do. E.g. For digital spdif out. */ | 1277 | /* FIXME: Still need to find out what the other GPIO bits do. E.g. For digital spdif out. */ |
1278 | outl(0x0, chip->port+GPIO); | 1278 | outl(0x0, chip->port+GPIO); |
1279 | //outl(0x00f0e000, chip->port+GPIO); /* Analog */ | 1279 | //outl(0x00f0e000, chip->port+GPIO); /* Analog */ |
1280 | outl(0x005f4301, chip->port+GPIO); /* Analog */ | 1280 | outl(0x005f5301, chip->port+GPIO); /* Analog */ |
1281 | } else { | 1281 | } else { |
1282 | outl(0x0, chip->port+GPIO); | 1282 | outl(0x0, chip->port+GPIO); |
1283 | outl(0x005f03a3, chip->port+GPIO); /* Analog */ | 1283 | outl(0x005f03a3, chip->port+GPIO); /* Analog */ |