Re: [PATCH v2 2/6] mfd: arizona: factor out checking of jack detection state

2015-10-13 Thread Lee Jones
On Fri, 02 Oct 2015, Charles Keepax wrote: > From: Richard Fitzgerald > > Currently runtime_suspend will fully power off the codec if > the jack detection is not enabled. Not all future codecs will > have jack detection so to prepare for these codecs this patch > factors out the check so that it

[PATCH v2 2/6] mfd: arizona: factor out checking of jack detection state

2015-10-02 Thread Charles Keepax
From: Richard Fitzgerald Currently runtime_suspend will fully power off the codec if the jack detection is not enabled. Not all future codecs will have jack detection so to prepare for these codecs this patch factors out the check so that it be called as needed in the existing codec-specific swit