mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
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:
parent
14796700fc
commit
4d1f570f6f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user