21 Nov
2013
21 Nov
'13
3:49 p.m.
On Thu, Nov 21, 2013 at 03:41:04PM +0100, Takashi Iwai wrote:
+#else +static inline int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
struct snd_soc_jack_gpio *gpios)
+{
- return 0;
+} +static inline void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,
struct snd_soc_jack_gpio *gpios)
+{ +} #endif
This stubbing seems fine (with a blank between those two). Can you send a patch please?