diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-03-14 10:53:15 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-03-14 10:53:15 -0400 |
commit | cc90fd725e14020607c5a6ba3ea02a0ddec5655f (patch) | |
tree | 851893c0bb0ac538b2c92bc8b3aec548243a7885 | |
parent | 699d899560cd7e72da39231e584412e7ac8114a4 (diff) |
ALSA: hda - Remove an unused variable in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 11a1380b8821..639d2746713f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -14056,7 +14056,6 @@ static int patch_alc268(struct hda_codec *codec) | |||
14056 | if (!spec->no_analog && !spec->adc_nids && spec->input_mux) { | 14056 | if (!spec->no_analog && !spec->adc_nids && spec->input_mux) { |
14057 | /* check whether NID 0x07 is valid */ | 14057 | /* check whether NID 0x07 is valid */ |
14058 | unsigned int wcap = get_wcaps(codec, 0x07); | 14058 | unsigned int wcap = get_wcaps(codec, 0x07); |
14059 | int i; | ||
14060 | 14059 | ||
14061 | spec->capsrc_nids = alc268_capsrc_nids; | 14060 | spec->capsrc_nids = alc268_capsrc_nids; |
14062 | /* get type */ | 14061 | /* get type */ |