mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
ASoC: SOF: pcm: remove unnecessary function declaration
sof_pcm_setup_connected_widgets() can be a static function in pcm.c. No need to declare it in the header. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20220426171743.171061-9-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
36cbc9df3f
commit
f18ad9caa0
@ -82,8 +82,9 @@ void snd_sof_pcm_period_elapsed(struct snd_pcm_substream *substream)
|
|||||||
}
|
}
|
||||||
EXPORT_SYMBOL(snd_sof_pcm_period_elapsed);
|
EXPORT_SYMBOL(snd_sof_pcm_period_elapsed);
|
||||||
|
|
||||||
int sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd,
|
static int
|
||||||
struct snd_sof_pcm *spcm, int dir)
|
sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd,
|
||||||
|
struct snd_sof_pcm *spcm, int dir)
|
||||||
{
|
{
|
||||||
struct snd_soc_dai *dai;
|
struct snd_soc_dai *dai;
|
||||||
int ret, j;
|
int ret, j;
|
||||||
|
@ -501,7 +501,5 @@ int get_token_uuid(void *elem, void *object, u32 offset);
|
|||||||
int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
|
int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
|
||||||
struct snd_sof_tuple *tuples, int num_tuples,
|
struct snd_sof_tuple *tuples, int num_tuples,
|
||||||
size_t object_size, int token_instance_num);
|
size_t object_size, int token_instance_num);
|
||||||
int sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd,
|
|
||||||
struct snd_sof_pcm *spcm, int dir);
|
|
||||||
u32 vol_compute_gain(u32 value, int *tlv);
|
u32 vol_compute_gain(u32 value, int *tlv);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user