]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ALSA: hda - Fix beep-tone on IDT 92HD87/88 codecs
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Dec 2010 14:19:14 +0000 (15:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Dec 2010 14:42:28 +0000 (15:42 +0100)
It sounds like a non-linear beep tone on my test machines...

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c

index a1df0facdda4aac13860ed8315e5ac8810833bbc..8e2bb0aad0aebab8ad3e1b2c7a1d4cdeef7a91d2 100644 (file)
@@ -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;