summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_beep.c
diff options
context:
space:
mode:
authorTakashi Iwai2013-03-18 11:34:45 +0100
committerTakashi Iwai2013-03-18 12:58:48 +0100
commit8bc0a8469c514016bc04de55eda3bf597a9340e2 (patch)
treee797f4c47258f9eca59c669cb4bdc69316183a06 /sound/pci/hda/hda_beep.c
parentALSA: hda - Fix power-saving during playing beep sound (diff)
downloadkernel-qcow2-linux-8bc0a8469c514016bc04de55eda3bf597a9340e2.tar.gz
kernel-qcow2-linux-8bc0a8469c514016bc04de55eda3bf597a9340e2.tar.xz
kernel-qcow2-linux-8bc0a8469c514016bc04de55eda3bf597a9340e2.zip
ALSA: hda - Make the resume of digital beep setup proper
The verb to set up the digital beep via AC_VERB_SET_DIGI_CONVERT_2 should be executed at resume as well. Use the cached write for it being performed automatically at resume. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_beep.c')
-rw-r--r--sound/pci/hda/hda_beep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c
index 35bf5316ccc6..63c99090a4ec 100644
--- a/sound/pci/hda/hda_beep.c
+++ b/sound/pci/hda/hda_beep.c
@@ -213,7 +213,7 @@ int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
snprintf(beep->phys, sizeof(beep->phys),
"card%d/codec#%d/beep0", codec->bus->card->number, codec->addr);
/* enable linear scale */
- snd_hda_codec_write(codec, nid, 0,
+ snd_hda_codec_write_cache(codec, nid, 0,
AC_VERB_SET_DIGI_CONVERT_2, 0x01);
beep->nid = nid;