16 Feb
2016
16 Feb
'16
6:38 p.m.
On Tue, Feb 16, 2016 at 05:18:29PM +0100, Takashi Iwai wrote:
Arnd Bergmann wrote:
Another option might would be to change snd_jack_new() to return an error if that SND_JACK is disabled, and then require all users to handle the error gracefully, i.e. not fail the probe() function but just not use the jack.
Yes, I thought of that, too. If select is no good option, it's a good alternative, indeed.
It's going to be a bunch of work to implement though.