From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753546Ab1K1SXS (ORCPT ); Mon, 28 Nov 2011 13:23:18 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:40181 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108Ab1K1SXR (ORCPT ); Mon, 28 Nov 2011 13:23:17 -0500 Date: Mon, 28 Nov 2011 18:23:14 +0000 From: Mark Brown To: MyungJoo Ham Cc: linux-kernel@vger.kernel.org, Mike Lockwood , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Kyungmin Park , Donggeun Kim , Greg KH , Arnd Bergmann , MyungJoo Ham Subject: Re: [RFC PATCH 0/3] introduce: Multistate Switch Class Message-ID: <20111128182313.GA29816@opensource.wolfsonmicro.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Cookie: You may be recognized soon. Hide. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 24, 2011 at 11:03:53AM +0900, MyungJoo Ham wrote: > For switch ports, which may have different types of cables > (USB, TA, HDMI, Analog A/V, and others), we often have seperated device > drivers that detect the state changes at the port and device drivers that > do something according to the state changes. I've no real comments right now beyond what people have already said but please CC me on any futher revisions of this series. It would be good to see a patch in this series which extends the existing jack support in ALSA (sound/core/jack.c) to make use of this.