28 Jan
2019
28 Jan
'19
1:19 p.m.
On Sat, Jan 26, 2019 at 06:47:57PM +0100, Takashi Iwai wrote:
Pierre-Louis Bossart wrote:
+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.