ASoC: Intel: Skylake: Do not disable FW notifications
authorAmadeusz Sławiński <amadeuszx.slawinski@intel.com>
Tue, 23 Jul 2019 14:58:52 +0000 (16:58 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 24 Jul 2019 18:42:45 +0000 (19:42 +0100)
commitd4e23b7c87e3439f6d0ec0c65ad7f919d6f4c124
tree63136b0aa2037bb3f7d9deacc47fc6da9bb30f9e
parente5c29dc5221c328b6e54c5b2aba1feca4003c051
ASoC: Intel: Skylake: Do not disable FW notifications

As per FW team recommendation we should not disable notifications.
By default, all notifications are enabled in DSP firmware. These
notifications provide a vital information whenever an error occurs.

Currently, driver disables them during boot sequences. By doing so,
Skylake may silently ignore severe stream errors.
Correct that by removing permissive code.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20190723145854.8527-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c
sound/soc/intel/skylake/skl-pcm.c
sound/soc/intel/skylake/skl-sst-dsp.h
sound/soc/intel/skylake/skl-topology.h