diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-08-16 17:02:16 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 17:59:05 +0400 |
commit | 6c726dc672d82749e09345a79350838d4558fae4 (patch) | |
tree | 4db3de7846502c9038d6969f5724ddb123b05ed3 /sound | |
parent | 7debbe51cc001a6deb549999f9d8f53d99c6fd9e (diff) | |
download | linux-6c726dc672d82749e09345a79350838d4558fae4.tar.xz |
[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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
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) alc268_auto_init_analog_input(codec); } -#ifdef CONFIG_SND_HDA_POWER_SAVE -#define alc883_loopbacks alc880_loopbacks -#endif - /* * configuration and preset */ |