aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 02950980778e..17310814f121 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -3737,6 +3737,8 @@ static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out
3737 err = snd_hda_attach_beep_device(codec, nid); 3737 err = snd_hda_attach_beep_device(codec, nid);
3738 if (err < 0) 3738 if (err < 0)
3739 return err; 3739 return err;
3740 /* IDT/STAC codecs have linear beep tone parameter */
3741 codec->beep->linear_tone = 1;
3740 /* if no beep switch is available, make its own one */ 3742 /* if no beep switch is available, make its own one */
3741 caps = query_amp_caps(codec, nid, HDA_OUTPUT); 3743 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3742 if (codec->beep && 3744 if (codec->beep &&