Loading asoc/msm-pcm-q6-noirq.c +6 −0 Original line number Diff line number Diff line Loading @@ -730,6 +730,12 @@ static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol, pr_err("%s: vol is NULL\n", __func__); return -ENODEV; } if (!vol->pcm) { pr_err("%s: vol->pcm is NULL\n", __func__); return -ENODEV; } substream = vol->pcm->streams[vol->stream].substream; if (!substream) { pr_err("%s substream not found\n", __func__); Loading asoc/msm-pcm-q6-v2.c +6 −0 Original line number Diff line number Diff line Loading @@ -1534,6 +1534,12 @@ static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol, pr_err("%s: vol is NULL\n", __func__); return -ENODEV; } if (!vol->pcm) { pr_err("%s: vol->pcm is NULL\n", __func__); return -ENODEV; } substream = vol->pcm->streams[vol->stream].substream; if (!substream) { pr_err("%s substream not found\n", __func__); Loading Loading
asoc/msm-pcm-q6-noirq.c +6 −0 Original line number Diff line number Diff line Loading @@ -730,6 +730,12 @@ static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol, pr_err("%s: vol is NULL\n", __func__); return -ENODEV; } if (!vol->pcm) { pr_err("%s: vol->pcm is NULL\n", __func__); return -ENODEV; } substream = vol->pcm->streams[vol->stream].substream; if (!substream) { pr_err("%s substream not found\n", __func__); Loading
asoc/msm-pcm-q6-v2.c +6 −0 Original line number Diff line number Diff line Loading @@ -1534,6 +1534,12 @@ static int msm_pcm_volume_ctl_get(struct snd_kcontrol *kcontrol, pr_err("%s: vol is NULL\n", __func__); return -ENODEV; } if (!vol->pcm) { pr_err("%s: vol->pcm is NULL\n", __func__); return -ENODEV; } substream = vol->pcm->streams[vol->stream].substream; if (!substream) { pr_err("%s substream not found\n", __func__); Loading