Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8302aa6 authored by Lori Hikichi's avatar Lori Hikichi Committed by Mark Brown
Browse files

ASoC: cygnus: Add EXPORT_SYMBOL for helper function



The helper function cygnus_ssp_set_custom_fsync_width() is intended
to be called from an ASoC machine driver, need to export symbol
if using modules.

Signed-off-by: default avatarLori Hikichi <lori.hikichi@broadcom.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2bd6bf03
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -842,6 +842,7 @@ int cygnus_ssp_set_custom_fsync_width(struct snd_soc_dai *cpu_dai, int len)
		return -EINVAL;
	}
}
EXPORT_SYMBOL_GPL(cygnus_ssp_set_custom_fsync_width);

static int cygnus_ssp_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt)
{