diff --git a/[refs] b/[refs] index ef11019ffe19..0ebdd7d9fa8b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebf00c54a6e1be0ae25d41236a063747c74ed5bf +refs/heads/master: 1bc9eed379399484d3f5d5a0834674983969bc1e diff --git a/trunk/sound/isa/es18xx.c b/trunk/sound/isa/es18xx.c index ece504170aa9..91cb478103de 100644 --- a/trunk/sound/isa/es18xx.c +++ b/trunk/sound/isa/es18xx.c @@ -1442,6 +1442,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;