diff options
author | Vedran Miletic <rivanvx@gmail.com> | 2008-10-21 21:31:27 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-21 21:31:27 +0200 |
commit | 718a2594b6a8c1c050fea85abbb4932b11105c17 (patch) | |
tree | 3603231baa1f3cc1d9d01244961e5bf134b999a7 /sound/pci/emu10k1 | |
parent | 18c7109289625106cdc810b20b628cd13b46d6dd (diff) |
ALSA: emu10k1: fix faulty commit 18c71092
Commit 18c7109289625106cdc810b20b628cd13b46d6dd had #endif leftoff from
compilation. This patch fixes it.
Also, I replaced a misplaced comment by a useful one, that explains why are
here #ifdef and #endif added in compilation.
Signed-off-by: Vedran Miletic <rivanvx@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c index 423aa0de1fa..0d7466bbd74 100644 --- a/sound/pci/emu10k1/emu10k1_main.c +++ b/sound/pci/emu10k1/emu10k1_main.c @@ -1439,8 +1439,7 @@ static struct snd_emu_chip_details emu_chip_details[] = { .ca0102_chip = 1, .spk71 = 1, .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */ -#endif - /* Audigy4 (Not PRO) SB0610 */ + /* Note that all E-mu cards require kernel 2.6 or newer. */ {.vendor = 0x1102, .device = 0x0008, .driver = "Audigy2", .name = "SB Audigy 2 Value [Unknown]", .id = "Audigy2", |