]> Pileus Git - ~andy/linux/commitdiff
ALSA: ice1724: Fix compile warning with CONFIG_PROC_FS=n
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Nov 2013 14:44:11 +0000 (15:44 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Nov 2013 14:44:11 +0000 (15:44 +0100)
Just added a missing ifdef:
  sound/pci/ice1712/quartet.c:210:14: warning: 'get_binary' defined but not used [-Wunused-function]

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

index 975e0357bd5a047bdf54faa4970e76a42694bd89..71c6003ef338a04d5c400b3c0c300d58cf4ddede 100644 (file)
@@ -203,6 +203,7 @@ static const char * const ext_clock_names[3] = {"IEC958 In", "Word Clock 1xFS",
 #define AK4620_DEEMVOL_REG     0x03
 #define AK4620_SMUTE           (1<<7)
 
+#ifdef CONFIG_PROC_FS
 /*
  * Conversion from int value to its binary form. Used for debugging.
  * The output buffer must be allocated prior to calling the function.
@@ -227,6 +228,7 @@ static char *get_binary(char *buffer, int value)
        buffer[pos] = '\0';
        return buffer;
 }
+#endif /* CONFIG_PROC_FS */
 
 /*
  * Initial setup of the conversion array GPIO <-> rate