]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfae912dfada1c6432eb82f91f4a7f5dbd5b69471
tree63136b0aa2037bb3f7d9deacc47fc6da9bb30f9e
parentbf95ca1b4d293a903e7fe28f01c0d8a4e7401ea9
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