ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT
authorMark Brown <broonie@kernel.org>
Mon, 12 Feb 2024 01:11:19 +0000 (01:11 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2024 01:11:19 +0000 (01:11 +0000)
commit8c41be259973c9b8e283c7c28d385c7651e4a729
tree9e3e861ae04295f77f43269440cf1623069b136e
parentc4b603c6e2df3a17831731d8bbec5c16fa7bbdf8
parent930375d34de67e129566caca008de0bbc54a4646
ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT

Merge series from Hans de Goede <hdegoede@redhat.com>:

While testing 6.8 on a Bay Trail device with a ALC5640 codec
I noticed a regression in 6.8 which causes a NULL pointer deref
in probe().

All BYT/CHT Intel machine drivers are affected. Patch 1/2 of
this series fixes all of them.

Patch 2/2 adds some small cleanups to cht_bsw_rt5645.c for
issues which I noticed while working on 1/2.