commit | fc2a6cf060d0c6feeb3719bf40088e48c5926e40 | [log] [tgz] |
---|---|---|
author | Keyon Jie <yang.jie@linux.intel.com> | Wed Jan 09 16:20:51 2019 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jan 09 10:29:18 2019 +0100 |
tree | ede7813da14b78480bb290dd2a0eb3f691a5b902 | |
parent | 081e01f059ba03b25499cb4616ec58db0979406d [diff] |
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>