From 04e8316dd0582e959724f256360e573d52f81b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Fri, 7 May 2010 00:12:12 +0300 Subject: [PATCH] --- yaml --- r: 193244 b: refs/heads/master c: 6895b5262ea80c99e526d40d39e0ca48014bdb95 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/es1968.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3aef79501e34..1c74fc628788 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a5e02e5095ed89a0a1f4031e7440078c209442b +refs/heads/master: 6895b5262ea80c99e526d40d39e0ca48014bdb95 diff --git a/trunk/sound/pci/es1968.c b/trunk/sound/pci/es1968.c index aa973cee8155..23a58f0d6cb9 100644 --- a/trunk/sound/pci/es1968.c +++ b/trunk/sound/pci/es1968.c @@ -2401,6 +2401,7 @@ static void snd_es1968_start_irq(struct es1968 *chip) w = ESM_HIRQ_DSIE | ESM_HIRQ_HW_VOLUME; if (chip->rmidi) w |= ESM_HIRQ_MPU401; + outb(w, chip->io_port + 0x1A); outw(w, chip->io_port + ESM_PORT_HOST_IRQ); }