From 220b2b12379b5bc56f4e1e91e36d11c502d53f1c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 5 Feb 2004 17:55:40 +0100 Subject: [PATCH] ALSA CVS update - Takashi Iwai FM801 driver - fixed the build without tea575x-tuner support. --- sound/pci/fm801.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c index 65acf4c95750..4dbe65a59efe 100644 --- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c @@ -32,8 +32,6 @@ #include #define SNDRV_GET_ID #include -#ifdef CONFIG_SND_FM801_TEA575X -#endif #include @@ -1241,7 +1239,7 @@ static int snd_fm801_free(fm801_t *chip) outw(cmdw, FM801_REG(chip, IRQ_MASK)); __end_hw: -#ifdef CONFIG_SND_FM801_TEA575X +#ifdef TEA575X_RADIO snd_tea575x_exit(&chip->tea); #endif if (chip->res_port) { -- 2.39.5