diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-10-21 14:05:26 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-10-21 14:05:26 +0200 |
commit | c8d2dcb3e94106395811ac86681a4439c560cbca (patch) | |
tree | 8bcb8096565bef5a8470e7acb1979673bc8c8c68 /sound/soc/sof/intel/hda-loader.c | |
parent | ALSA: hda/realtek - Add support for ALC711 (diff) | |
parent | ASoC: SOF: control: return true when kcontrol values change (diff) | |
download | linux-c8d2dcb3e94106395811ac86681a4439c560cbca.tar.xz linux-c8d2dcb3e94106395811ac86681a4439c560cbca.zip |
Merge tag 'asoc-fix-v5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.4
A collection of fixes that have arrived since the merge window. There
are a small number of core fixes here but they are smaller ones around
error handling.
Diffstat (limited to 'sound/soc/sof/intel/hda-loader.c')
-rw-r--r-- | sound/soc/sof/intel/hda-loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/hda-loader.c b/sound/soc/sof/intel/hda-loader.c index 6427f0b3a2f1..65c2af3fcaab 100644 --- a/sound/soc/sof/intel/hda-loader.c +++ b/sound/soc/sof/intel/hda-loader.c @@ -44,6 +44,7 @@ static int cl_stream_prepare(struct snd_sof_dev *sdev, unsigned int format, return -ENODEV; } hstream = &dsp_stream->hstream; + hstream->substream = NULL; /* allocate DMA buffer */ ret = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG, &pci->dev, size, dmab); |