提交 5d908ab9 编写于 作者: T Takashi Iwai

ALSA: hda - Make clear built-in driver optimization

Use unsigned int to make clear that the codes required only for
modules will be reduced by the compiler optimization.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 8c3f1b1c
......@@ -808,7 +808,7 @@ find_codec_preset(struct hda_codec *codec)
{
struct hda_codec_preset_list *tbl;
const struct hda_codec_preset *preset;
int mod_requested = 0;
unsigned int mod_requested = 0;
if (is_generic_config(codec))
return NULL; /* use the generic parser */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册