From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754084AbcGDXiP (ORCPT ); Mon, 4 Jul 2016 19:38:15 -0400 Received: from ozlabs.org ([103.22.144.67]:57456 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752246AbcGDXiO (ORCPT ); Mon, 4 Jul 2016 19:38:14 -0400 Date: Tue, 5 Jul 2016 09:38:10 +1000 From: Stephen Rothwell To: Arnd Bergmann Cc: David Airlie , Mark Brown , Arnaud Pouliquen , kernel@stlinux.com, Kuninori Morimoto , alsa-devel@alsa-project.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm: sti: fix prototypes after API change Message-ID: <20160705093810.1fe659f6@canb.auug.org.au> In-Reply-To: <20160704131651.1083630-1-arnd@arndb.de> References: <20160704131651.1083630-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On Mon, 4 Jul 2016 15:16:51 +0200 Arnd Bergmann wrote: > > Like the mediatek hdmi driver, the sti driver now suffers from > an API change in linux-next: > > drivers/gpu/drm/sti/sti_hdmi.c:1250:15: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] > .hw_params = hdmi_audio_hw_params, > ^~~~~~~~~~~~~~~~~~~~ > drivers/gpu/drm/sti/sti_hdmi.c:1250:15: note: (near initialization for 'audio_codec_ops.hw_params') > > This follows the API change, adding the extra function arguments. > I suppose we want this to be part of the ASoC merge in linux-next > for now too. > > Signed-off-by: Arnd Bergmann > Fixes: 2c348e505328 ("drm: sti: Add ASoC generic hdmi codec support.") > Fixes: efc9194bcff8 ("ASoC: hdmi-codec: callback function will be called with private data") > Link: https://lkml.org/lkml/2016/6/29/441 Added to the sound-asoc merge from today. -- Cheers, Stephen Rothwell