From: Takashi Iwai <tiwai@suse.de>
Date: Thu, 19 Feb 2009 07:13:26 +0000 (+0100)
Subject: ALSA: hda - Avoid doubly beep attachment in patch_alc268()
X-Git-Tag: firefly_0821_release~14584^2~1^2~74
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab9fec099b796b002b6996c4c5845167d8fe6dbd;p=firefly-linux-kernel-4.4.55.git

ALSA: hda - Avoid doubly beep attachment in patch_alc268()

Remove the doubly attachment in patch_alc268().
The input beep is attached conditionally only when needed.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 91da92259c80..df32f9353e71 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12100,12 +12100,6 @@ static int patch_alc268(struct hda_codec *codec)
 		}
 	}
 
-	err = snd_hda_attach_beep_device(codec, 0x1);
-	if (err < 0) {
-		alc_free(codec);
-		return err;
-	}
-
 	if (board_config != ALC268_AUTO)
 		setup_preset(spec, &alc268_presets[board_config]);