Loading sound/soc/soc-compress.c +2 −2 Original line number Diff line number Diff line Loading @@ -540,7 +540,7 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, goto out; } memcpy(&fe->dpcm[fe_substream->stream].hw_params, params, memset(&fe->dpcm[fe_substream->stream].hw_params, 0, sizeof(struct snd_pcm_hw_params)); fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; Loading @@ -553,7 +553,7 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, if (ret < 0) goto out; } else { memcpy(&fe->dpcm[fe_substream->stream].hw_params, params, memset(&fe->dpcm[fe_substream->stream].hw_params, 0, sizeof(struct snd_pcm_hw_params)); fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; Loading Loading
sound/soc/soc-compress.c +2 −2 Original line number Diff line number Diff line Loading @@ -540,7 +540,7 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, goto out; } memcpy(&fe->dpcm[fe_substream->stream].hw_params, params, memset(&fe->dpcm[fe_substream->stream].hw_params, 0, sizeof(struct snd_pcm_hw_params)); fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; Loading @@ -553,7 +553,7 @@ static int soc_compr_set_params_fe(struct snd_compr_stream *cstream, if (ret < 0) goto out; } else { memcpy(&fe->dpcm[fe_substream->stream].hw_params, params, memset(&fe->dpcm[fe_substream->stream].hw_params, 0, sizeof(struct snd_pcm_hw_params)); fe->dpcm[stream].runtime_update = SND_SOC_DPCM_UPDATE_FE; Loading