Home
last modified time | relevance | path

Searched hist:fc2a6cf060d0c6feeb3719bf40088e48c5926e40 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/hda/
H A Dhdac_stream.cdiff fc2a6cf060d0c6feeb3719bf40088e48c5926e40 Wed Jan 09 02:20:51 CST 2019 Keyon Jie <yang.jie@linux.intel.com> 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>