diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-12-03 09:19:14 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-12-03 09:42:28 -0500 |
commit | 1db7ccdb2ef4dbd8df0e0f742c9da9b054d899ba (patch) | |
tree | 2c5a4b3d44070f3209c8c333f4a01807de4bea9a | |
parent | 1e1675e9c1342a841e87e5427e77da78e980da06 (diff) |
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: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index a1df0facdda4..8e2bb0aad0ae 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -5423,7 +5423,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) | |||
5423 | snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0); | 5423 | snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0); |
5424 | codec->no_trigger_sense = 1; | 5424 | codec->no_trigger_sense = 1; |
5425 | codec->spec = spec; | 5425 | codec->spec = spec; |
5426 | spec->linear_tone_beep = 1; | 5426 | spec->linear_tone_beep = 0; |
5427 | codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs; | 5427 | codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs; |
5428 | spec->digbeep_nid = 0x21; | 5428 | spec->digbeep_nid = 0x21; |
5429 | spec->dmic_nids = stac92hd83xxx_dmic_nids; | 5429 | spec->dmic_nids = stac92hd83xxx_dmic_nids; |