mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 22:12:32 -04:00
ASoC: SOF: sof-audio: removed unused function
cppcheck warning: sound/soc/sof/sof-audio.c:884:0: style: The function 'snd_sof_find_spcm_pcm_id' is never used. [unusedFunction] Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20220307181111.49392-5-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
3a790f3a7c
commit
c99b70a2d2
@@ -220,8 +220,6 @@ struct snd_sof_pcm *snd_sof_find_spcm_name(struct snd_soc_component *scomp,
|
||||
struct snd_sof_pcm *snd_sof_find_spcm_comp(struct snd_soc_component *scomp,
|
||||
unsigned int comp_id,
|
||||
int *direction);
|
||||
struct snd_sof_pcm *snd_sof_find_spcm_pcm_id(struct snd_soc_component *scomp,
|
||||
unsigned int pcm_id);
|
||||
void snd_sof_pcm_period_elapsed(struct snd_pcm_substream *substream);
|
||||
void snd_sof_pcm_init_elapsed_work(struct work_struct *work);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user