Loading sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -2354,7 +2354,7 @@ static int msm_compr_query_audio_effect_get(struct snd_kcontrol *kcontrol, cstream = pdata->cstream[fe_id]; audio_effects = pdata->audio_effects[fe_id]; if (!cstream || !audio_effects) { pr_err("%s: stream or effects inactive\n", __func__); pr_debug("%s: stream or effects inactive\n", __func__); return -EINVAL; } prtd = cstream->runtime->private_data; Loading Loading
sound/soc/msm/qdsp6v2/msm-compress-q6-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -2354,7 +2354,7 @@ static int msm_compr_query_audio_effect_get(struct snd_kcontrol *kcontrol, cstream = pdata->cstream[fe_id]; audio_effects = pdata->audio_effects[fe_id]; if (!cstream || !audio_effects) { pr_err("%s: stream or effects inactive\n", __func__); pr_debug("%s: stream or effects inactive\n", __func__); return -EINVAL; } prtd = cstream->runtime->private_data; Loading