Explorar o código

[ALSA] hda-codec - Fix compile warnings without CONFIG_SND_DEBUG

Fix compile warnings (unused variables) in patch_conexant.c
without CONFIG_SND_DEBUG.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Takashi Iwai %!s(int64=18) %!d(string=hai) anos
pai
achega
86d72bdfcd
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      sound/pci/hda/patch_conexant.c

+ 5 - 0
sound/pci/hda/patch_conexant.c

@@ -397,6 +397,9 @@ static int conexant_eapd_put(struct snd_kcontrol *kcontrol,
 	return 1;
 	return 1;
 }
 }
 
 
+/* controls for test mode */
+#ifdef CONFIG_SND_DEBUG
+
 static int conexant_ch_mode_info(struct snd_kcontrol *kcontrol,
 static int conexant_ch_mode_info(struct snd_kcontrol *kcontrol,
 				 struct snd_ctl_elem_info *uinfo)
 				 struct snd_ctl_elem_info *uinfo)
 {
 {
@@ -545,6 +548,8 @@ static int cxt_spdif_ctrl_put(struct snd_kcontrol *kcontrol,
 	  .put = cxt_spdif_ctrl_put, \
 	  .put = cxt_spdif_ctrl_put, \
 	  .private_value = nid | (mask<<16) }
 	  .private_value = nid | (mask<<16) }
 
 
+#endif /* CONFIG_SND_DEBUG */
+
 /* Conexant 5045 specific */
 /* Conexant 5045 specific */
 
 
 static hda_nid_t cxt5045_dac_nids[1] = { 0x19 };
 static hda_nid_t cxt5045_dac_nids[1] = { 0x19 };