4 Mar
2009
4 Mar
'09
3:43 p.m.
On Tue, Mar 03, 2009 at 03:25:04PM -0600, Lopez Cruz, Misael wrote:
Add GPIO support to jack reporting framework in ASoC using gpiolib calls. The gpio support exports two new functions: snd_soc_jack_add_gpios and snd_soc_jack_free_gpios.
Applied, thanks. However, I'll provide a follow on patch to...
+undo:
- snd_soc_jack_free_gpios(jack, i, gpios);
change this to i + 1 - confusion due to zero based indexing.