From 90ef56992e8eba6754b708d7d038a95ff0344619 Mon Sep 17 00:00:00 2001 From: Florian Zumbiehl Date: Thu, 18 Feb 2010 07:01:20 +0100 Subject: [PATCH] --- yaml --- r: 182720 b: refs/heads/master c: 7fb2d723e65cc793213515fa1da092b7c92a5b48 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/cs46xx/cs46xx_lib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 1953d9c81510..aee36a51f03e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fb3a069bc5d3577409c2ae89f89cd264ff85816 +refs/heads/master: 7fb2d723e65cc793213515fa1da092b7c92a5b48 diff --git a/trunk/sound/pci/cs46xx/cs46xx_lib.c b/trunk/sound/pci/cs46xx/cs46xx_lib.c index 56fcf00c0e27..9fea5bb448cd 100644 --- a/trunk/sound/pci/cs46xx/cs46xx_lib.c +++ b/trunk/sound/pci/cs46xx/cs46xx_lib.c @@ -2266,7 +2266,7 @@ static void snd_cs46xx_codec_reset (struct snd_ac97 * ac97) return; /* test if we can write to the record gain volume register */ - snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05); + snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); if ((err = snd_ac97_read(ac97, AC97_REC_GAIN)) == 0x8a05) return;