diff options
Diffstat (limited to 'sound/hda')
-rw-r--r-- | sound/hda/hdac_stream.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/hda/hdac_stream.c b/sound/hda/hdac_stream.c index eee422390d8e..ba73a33480b6 100644 --- a/sound/hda/hdac_stream.c +++ b/sound/hda/hdac_stream.c | |||
@@ -56,7 +56,9 @@ void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start) | |||
56 | azx_dev->start_wallclk -= azx_dev->period_wallclk; | 56 | azx_dev->start_wallclk -= azx_dev->period_wallclk; |
57 | 57 | ||
58 | /* enable SIE */ | 58 | /* enable SIE */ |
59 | snd_hdac_chip_updatel(bus, INTCTL, 0, 1 << azx_dev->index); | 59 | snd_hdac_chip_updatel(bus, INTCTL, |
60 | 1 << azx_dev->index, | ||
61 | 1 << azx_dev->index); | ||
60 | /* set DMA start and interrupt mask */ | 62 | /* set DMA start and interrupt mask */ |
61 | snd_hdac_stream_updateb(azx_dev, SD_CTL, | 63 | snd_hdac_stream_updateb(azx_dev, SD_CTL, |
62 | 0, SD_CTL_DMA_START | SD_INT_MASK); | 64 | 0, SD_CTL_DMA_START | SD_INT_MASK); |