ALSA: hda/via: Delete does not require return
Void function return statements are not generally useful. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220527121059.25221-1-wangxiang@cdjrlc.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
15dad62f4b
commit
4dd9989164
@ -449,8 +449,6 @@ static void vt1708_set_pinconfig_connect(struct hda_codec *codec, hda_nid_t nid)
|
|||||||
def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30));
|
def_conf = def_conf & (~(AC_JACK_PORT_BOTH << 30));
|
||||||
snd_hda_codec_set_pincfg(codec, nid, def_conf);
|
snd_hda_codec_set_pincfg(codec, nid, def_conf);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int vt1708_jack_detect_get(struct snd_kcontrol *kcontrol,
|
static int vt1708_jack_detect_get(struct snd_kcontrol *kcontrol,
|
||||||
|
Loading…
Reference in New Issue
Block a user