Loading sound/soc/soc-pcm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3054,6 +3054,8 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; if (capture) pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; if (platform->driver->pcm_new) rtd->platform->driver->pcm_new(rtd); goto out; } Loading Loading
sound/soc/soc-pcm.c +2 −0 Original line number Diff line number Diff line Loading @@ -3054,6 +3054,8 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; if (capture) pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; if (platform->driver->pcm_new) rtd->platform->driver->pcm_new(rtd); goto out; } Loading