summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2011-04-07 12:49:26 +0200
committerTakashi Iwai2011-04-07 12:49:26 +0200
commitad93ffe6e4fc02993987008e4a5dcdcf4c926cd5 (patch)
tree33986b329fdc37d0946865908581152563b3805d /sound
parentALSA: hda - Remove superfluous inits for ALC662 auto-parser (diff)
downloadkernel-qcow2-linux-ad93ffe6e4fc02993987008e4a5dcdcf4c926cd5.tar.gz
kernel-qcow2-linux-ad93ffe6e4fc02993987008e4a5dcdcf4c926cd5.tar.xz
kernel-qcow2-linux-ad93ffe6e4fc02993987008e4a5dcdcf4c926cd5.zip
ALSA: hda - Fix unused variable warning in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index c22a7ca01997..b1e5eb17f1bc 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -14825,8 +14825,6 @@ static void alc269_toggle_power_output(struct hda_codec *codec, int power_up)
static void alc269_shutup(struct hda_codec *codec)
{
- struct alc_spec *spec = codec->spec;
-
if ((alc_read_coef_idx(codec, 0) & 0x00ff) == 0x017)
alc269_toggle_power_output(codec, 0);
if ((alc_read_coef_idx(codec, 0) & 0x00ff) == 0x018) {