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

Commit 1db7ccdb authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Fix beep-tone on IDT 92HD87/88 codecs



It sounds like a non-linear beep tone on my test machines...

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1e1675e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5423,7 +5423,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec)
	snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
	codec->no_trigger_sense = 1;
	codec->spec = spec;
	spec->linear_tone_beep = 1;
	spec->linear_tone_beep = 0;
	codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
	spec->digbeep_nid = 0x21;
	spec->dmic_nids = stac92hd83xxx_dmic_nids;