Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad93ffe6 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix unused variable warning in patch_realtek.c



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 35ffe115
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14825,8 +14825,6 @@ static void alc269_toggle_power_output(struct hda_codec *codec, int power_up)
static void alc269_shutup(struct hda_codec *codec)
{
	struct alc_spec *spec = codec->spec;
	if ((alc_read_coef_idx(codec, 0) & 0x00ff) == 0x017)
		alc269_toggle_power_output(codec, 0);
	if ((alc_read_coef_idx(codec, 0) & 0x00ff) == 0x018) {