Loading include/sound/soc.h +0 −7 Original line number Diff line number Diff line Loading @@ -946,13 +946,6 @@ struct snd_soc_platform_driver { int (*pcm_new)(struct snd_soc_pcm_runtime *); void (*pcm_free)(struct snd_pcm *); /* * For platform caused delay reporting. * Optional. */ snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *, struct snd_soc_dai *); /* platform stream pcm ops */ const struct snd_pcm_ops *ops; Loading sound/soc/soc-pcm.c +0 −7 Original line number Diff line number Diff line Loading @@ -1116,13 +1116,6 @@ static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream) } delay += codec_delay; /* * None of the existing platform drivers implement delay(), so * for now the codec_dai of first multicodec entry is used */ if (platform->driver->delay) delay += platform->driver->delay(substream, rtd->codec_dais[0]); runtime->delay = delay; return offset; Loading Loading
include/sound/soc.h +0 −7 Original line number Diff line number Diff line Loading @@ -946,13 +946,6 @@ struct snd_soc_platform_driver { int (*pcm_new)(struct snd_soc_pcm_runtime *); void (*pcm_free)(struct snd_pcm *); /* * For platform caused delay reporting. * Optional. */ snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *, struct snd_soc_dai *); /* platform stream pcm ops */ const struct snd_pcm_ops *ops; Loading
sound/soc/soc-pcm.c +0 −7 Original line number Diff line number Diff line Loading @@ -1116,13 +1116,6 @@ static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream) } delay += codec_delay; /* * None of the existing platform drivers implement delay(), so * for now the codec_dai of first multicodec entry is used */ if (platform->driver->delay) delay += platform->driver->delay(substream, rtd->codec_dais[0]); runtime->delay = delay; return offset; Loading