]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()
authorKeyon Jie <yang.jie@linux.intel.com>
Wed, 9 Jan 2019 08:20:51 +0000 (16:20 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Jan 2019 09:29:18 +0000 (10:29 +0100)
commitbb943be41ccccf5f314a03d60e4e8c2517ad4c02
treeede7813da14b78480bb290dd2a0eb3f691a5b902
parentffbb693088efbbc1ce96112d6245b7c7dee57aaf
ALSA: hda: Fix a mask wrong issue in snd_hdac_stream_start()

To enable SIE(Stream Interrupt Enable) in snd_hdac_stream_start(), we
should set both mask and value to be "1 << azx_dev->index" for register
update, the mask was 0, here fix it.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_stream.c