projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1675e
)
ALSA: hda - Fix beep-tone on IDT 92HD87/88 codecs
author
Takashi Iwai
<tiwai@suse.de>
Fri, 3 Dec 2010 14:19:14 +0000
(15:19 +0100)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index a1df0facdda4aac13860ed8315e5ac8810833bbc..8e2bb0aad0aebab8ad3e1b2c7a1d4cdeef7a91d2 100644
(file)
--- 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)
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;