aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/hda_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index 4a2f35ccbf05..5f9da87d8762 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -808,7 +808,7 @@ find_codec_preset(struct hda_codec *codec)
808{ 808{
809 struct hda_codec_preset_list *tbl; 809 struct hda_codec_preset_list *tbl;
810 const struct hda_codec_preset *preset; 810 const struct hda_codec_preset *preset;
811 int mod_requested = 0; 811 unsigned int mod_requested = 0;
812 812
813 if (is_generic_config(codec)) 813 if (is_generic_config(codec))
814 return NULL; /* use the generic parser */ 814 return NULL; /* use the generic parser */