aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-08-16 09:02:16 -0400
committerJaroslav Kysela <perex@perex.cz>2007-10-16 09:59:05 -0400
commit6c726dc672d82749e09345a79350838d4558fae4 (patch)
tree4db3de7846502c9038d6969f5724ddb123b05ed3
parent7debbe51cc001a6deb549999f9d8f53d99c6fd9e (diff)
[ALSA] hda-codec - Remove superfluous code
Remove the superfluous code that's actually not used at all. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b63d185433f9..31ff11721b7d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8672,10 +8672,6 @@ static void alc268_auto_init(struct hda_codec *codec)
8672 alc268_auto_init_analog_input(codec); 8672 alc268_auto_init_analog_input(codec);
8673} 8673}
8674 8674
8675#ifdef CONFIG_SND_HDA_POWER_SAVE
8676#define alc883_loopbacks alc880_loopbacks
8677#endif
8678
8679/* 8675/*
8680 * configuration and preset 8676 * configuration and preset
8681 */ 8677 */