[alsa-devel] [PATCH 02/18] ALSA: hda: move hda beep to use hdac helpers
Vinod Koul
vinod.koul at intel.com
Tue Oct 6 17:07:39 CEST 2015
Mover this driver to use newly moved snd_hdac_read/write_codec()
APIs.
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
sound/pci/hda/hda_beep.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c
index c397e7da0eac..ecf4a0b4fd63 100644
--- a/sound/pci/hda/hda_beep.c
+++ b/sound/pci/hda/hda_beep.c
@@ -44,8 +44,8 @@ static void generate_tone(struct hda_beep *beep, int tone)
beep->power_hook(beep, true);
beep->playing = 1;
}
- snd_hda_codec_write(codec, beep->nid, 0,
- AC_VERB_SET_BEEP_CONTROL, tone);
+ snd_hdac_codec_write(&codec->core, beep->nid, 0,
+ AC_VERB_SET_BEEP_CONTROL, tone);
if (!tone && beep->playing) {
beep->playing = 0;
if (beep->power_hook)
--
2.4.3
More information about the Alsa-devel
mailing list