]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/isa/es18xx.c
Merge git://git.infradead.org/~dedekind/ubi-2.6
[mv-sheeva.git] / sound / isa / es18xx.c
index ece504170aa988c6c384fa801222f4755d06153f..90498e4ca2601f3c82005a4de4eaafd5e857d935 100644 (file)
@@ -77,7 +77,6 @@
  *   needed for ZV, so maybe the datasheet is entirely wrong here.
  */
  
-#include <sound/driver.h>
 #include <linux/init.h>
 #include <linux/err.h>
 #include <linux/isa.h>
@@ -1442,6 +1441,8 @@ static int __devinit snd_es18xx_initialize(struct snd_es18xx *chip)
                snd_es18xx_write(chip, 0xB2, 0x50);
                /* Enable MPU and hardware volume interrupt */
                snd_es18xx_mixer_write(chip, 0x64, 0x42);
+               /* Enable ESS wavetable input */
+               snd_es18xx_mixer_bits(chip, 0x48, 0x10, 0x10);
        }
        else {
                int irqmask, dma1mask, dma2mask;