[alsa-devel] [PATCH] ASoC: adau17x1: Implemented safeload support
Mark Brown
broonie at kernel.org
Fri Aug 10 12:55:55 CEST 2018
On Fri, Aug 10, 2018 at 08:07:56AM +0200, Robert Rosengren wrote:
> +bool adau17x1_has_safeload(struct adau *adau)
> +{
> + switch (adau->type) {
> + case ADAU1761:
> + case ADAU1781:
> + return true;
> + default:
> + return false;
> + }
> +}
> +EXPORT_SYMBOL_GPL(adau17x1_has_safeload);
Why is this exported - what are the intended users?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20180810/4264e7cf/attachment.sig>
More information about the Alsa-devel
mailing list