[alsa-devel] [PATCH 01/15] ASoC: add helper to change platform name for all dailinks

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Mon Jan 28 16:57:20 CET 2019


>>> +static inline
>>> +int snd_soc_fixup_dai_links_platform_name(struct snd_soc_card *card,
>>> +					  const char *platform_name)
>>> +{
>> Does it have to be inline?  The function has a significant size, and
>> it's supposed to be called by every Intel driver.
> Yeah, if it gets too big the compiler will just ignore you but given
> that this isn't exactly in a hot path or anything I can't see any reason
> why it should be inline.
Sure, I can fix this, no worries.


More information about the Alsa-devel mailing list