ASoC: SOF: Intel: bdw: make set_mach_params static

reported by sparse

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2019-11-21 12:48:54 -06:00 committed by Pierre Bossart
parent 14796700fc
commit 4d1f570f6f

View File

@ -554,8 +554,8 @@ static void bdw_machine_select(struct snd_sof_dev *sdev)
sof_pdata->machine = mach;
}
void bdw_set_mach_params(const struct snd_soc_acpi_mach *mach,
struct device *dev)
static void bdw_set_mach_params(const struct snd_soc_acpi_mach *mach,
struct device *dev)
{
struct snd_soc_acpi_mach_params *mach_params;