This would hopefully be last round of fixes required to have SKL completely functional on upstream.
First patch is actually only one required for that which adds missing machine entry for SKL boards with RT286. Rest of the two are fixes for static checker warnings reported by folks.
Jeeja KP (1): ASoC: Intel: Skylake: fix missing machine device creation
Subhransu S. Prusty (1): ASoC: Intel: Skylake: Fix to cleanup if skl_sst_dsp_init fails
Vinod Koul (1): ASoC: Intel: Skylake: Fix substream dereference before check
sound/soc/intel/skylake/skl-pcm.c | 3 +- sound/soc/intel/skylake/skl-sst.c | 7 ++-- sound/soc/intel/skylake/skl.c | 79 ++++++++++++++++++++++++++++++++++++++- sound/soc/intel/skylake/skl.h | 1 + 4 files changed, 84 insertions(+), 6 deletions(-)