From f64402fd6041a2ca676ebcb38e495906a1fef499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Fri, 7 May 2010 00:12:13 +0300 Subject: [PATCH] --- yaml --- r: 193245 b: refs/heads/master c: 1bde78bc25a8e244006f63adb851bfb34407d48c h: refs/heads/master i: 193243: 771b1b91d22dde9895cf990ec43d6e95f976b03d v: v3 --- [refs] | 2 +- trunk/sound/pci/maestro3.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1c74fc628788..ac27c4d7f393 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6895b5262ea80c99e526d40d39e0ca48014bdb95 +refs/heads/master: 1bde78bc25a8e244006f63adb851bfb34407d48c diff --git a/trunk/sound/pci/maestro3.c b/trunk/sound/pci/maestro3.c index 217a4dcb259e..3c40d726b46e 100644 --- a/trunk/sound/pci/maestro3.c +++ b/trunk/sound/pci/maestro3.c @@ -2443,6 +2443,7 @@ snd_m3_enable_ints(struct snd_m3 *chip) val = ASSP_INT_ENABLE /*| MPU401_INT_ENABLE*/; if (chip->hv_config & HV_CTRL_ENABLE) val |= HV_INT_ENABLE; + outb(val, chip->iobase + HOST_INT_STATUS); outw(val, io + HOST_INT_CTRL); outb(inb(io + ASSP_CONTROL_C) | ASSP_HOST_INT_ENABLE, io + ASSP_CONTROL_C);