From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH] drm/i915: use the new hdmi_force_audio enum more Date: Fri, 24 Feb 2012 16:43:16 +0800 Message-ID: <20120224084316.GA27196@localhost> References: <1330013687-7666-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id 89FAEA0BC3 for ; Fri, 24 Feb 2012 00:43:18 -0800 (PST) Content-Disposition: inline In-Reply-To: <1330013687-7666-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: Intel Graphics Development List-Id: intel-gfx@lists.freedesktop.org On Thu, Feb 23, 2012 at 05:14:47PM +0100, Daniel Vetter wrote: > While fixing up a merge conflict with drm-next I've noticed that we > use the same audio drm connector property also for dp and sdvo > outputs. > > So put the new enum to some good use and convert these paths, too. The > HDMI_AUDIO_ prefix is a bit a misnomer. But at least for sdvo it makes > sense (and you can also connect a hdmi monitor with a dp->hdmi cable), > so I've decided to stick with it. > > Cc: Wu Fengguang > Signed-Off-by: Daniel Vetter Reviewed-by: Wu Fengguang Thanks!