[ALSA] Fix compile warning
authorTakashi Iwai <tiwai@suse.de>
Mon, 11 Apr 2005 15:03:03 +0000 (17:03 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:00:35 +0000 (10:00 +0200)
EMU10K1/EMU10K2 driver
Fix compile warnings regarding the unused variables/functions.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emumixer.c

index b544c258266383649c584c118d7e9344cd0c57a1..6be82c5fe138089363749889afbda70fa118b8fe 100644 (file)
@@ -68,6 +68,7 @@ static int snd_emu10k1_spdif_get_mask(snd_kcontrol_t * kcontrol,
        return 0;
 }
 
+#if 0
 static int snd_audigy_spdif_output_rate_info(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
 {
        static char *texts[] = {"44100", "48000", "96000"};
@@ -152,6 +153,7 @@ static snd_kcontrol_new_t snd_audigy_spdif_output_rate =
        .get =          snd_audigy_spdif_output_rate_get,
        .put =          snd_audigy_spdif_output_rate_put
 };
+#endif
 
 static int snd_emu10k1_spdif_put(snd_kcontrol_t * kcontrol,
                                  snd_ctl_elem_value_t * ucontrol)
This page took 0.031577 seconds and 5 git commands to generate.