diff options
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | 2022-03-07 19:10:54 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-08 13:27:39 +0100 |
commit | 5187357e45c3b3d4cab3b990a893369eb8ca6f70 (patch) | |
tree | 74bf8d8f0ec839970564993221e5889920d4ac3f /sound/soc/sof/sof-audio.h | |
parent | ASoC: fsl_sai: Cleanups and 1:1 bclk:mclk ratio support (diff) | |
download | linux-5187357e45c3b3d4cab3b990a893369eb8ca6f70.tar.xz linux-5187357e45c3b3d4cab3b990a893369eb8ca6f70.zip |
ASoC: SOF: remove snd_sof_pipeline_find()
It is not used.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220307181111.49392-2-ranjani.sridharan@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/sof-audio.h')
-rw-r--r-- | sound/soc/sof/sof-audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sof/sof-audio.h b/sound/soc/sof/sof-audio.h index f3009e6b91a1..107e0ef93e16 100644 --- a/sound/soc/sof/sof-audio.h +++ b/sound/soc/sof/sof-audio.h @@ -222,8 +222,6 @@ struct snd_sof_pcm *snd_sof_find_spcm_comp(struct snd_soc_component *scomp, int *direction); struct snd_sof_pcm *snd_sof_find_spcm_pcm_id(struct snd_soc_component *scomp, unsigned int pcm_id); -const struct sof_ipc_pipe_new *snd_sof_pipeline_find(struct snd_sof_dev *sdev, - int pipeline_id); void snd_sof_pcm_period_elapsed(struct snd_pcm_substream *substream); void snd_sof_pcm_init_elapsed_work(struct work_struct *work); |