On Fri, Mar 01, 2013 at 01:18:01PM +0100, David Henningsson wrote:
> On 02/28/2013 10:52 PM, [email protected] wrote:
> >
> >This is a note to let you know that I've just added the patch titled
> >
> >     ALSA: hda - hdmi: Make jacks phantom, if they're not detectable
> >
> >to the 3.4-stable tree which can be found at:
> >     
> > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> >
> >The filename of the patch is:
> >      alsa-hda-hdmi-make-jacks-phantom-if-they-re-not-detectable.patch
> >and it can be found in the queue-3.4 subdirectory.
> >
> >If you, or anyone else, feels it should not be added to the stable tree,
> >please let <[email protected]> know about it.
> 
> Phantom jacks were added in 3.6 IIRC, so for 3.4 it's probably more
> consistent to do something like:
> 
>       if (!is_jack_detectable(codec, per_pin->pin_nid))
>               return 0;
> 
> ...but in practice I don't think it matters.

Ok, so should I drop this patch for 3.4 then?  It will not ever trigger
if the phantom stuff isn't even present.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to