
28 Oct
2019
28 Oct
'19
6:54 p.m.
On Wed, 23 Oct 2019 11:03:27 +0200, Kai Vehmanen wrote:
--- a/sound/soc/sof/intel/hda-codec.c +++ b/sound/soc/sof/intel/hda-codec.c @@ -84,6 +84,8 @@ static int hda_codec_probe(struct snd_sof_dev *sdev, int address) { #if IS_ENABLED(CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC) struct hdac_hda_priv *hda_priv;
- struct snd_soc_acpi_mach_params *mach_params = 0;
Should be NULL instead.
thanks,
Takashi