From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] salsa-lib: Fix error on jack compilation with salsa Date: Tue, 02 Apr 2013 11:46:59 +0200 Message-ID: References: <515738DF.3040301@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 7990E265127 for ; Tue, 2 Apr 2013 11:46:59 +0200 (CEST) In-Reply-To: <515738DF.3040301@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: "Gabriel M. Beddingfield" Cc: alsa-devel@alsa-project.org, Mihail Zenkov List-Id: alsa-devel@alsa-project.org At Sat, 30 Mar 2013 12:11:27 -0700, Gabriel M. Beddingfield wrote: > > On 03/20/2013 09:37 AM, Takashi Iwai wrote: > > At Sun, 17 Mar 2013 15:13:00 +0000, > > Mihail Zenkov wrote: > >> > >> Fix error on jack compilation with salsa: > >> /usr/include/alsa/ctl_macros.h:251:48: error: invalid conversion from > >> 'void*' to 'snd_ctl_elem_id_t* {aka snd_ctl_elem_id*}' [-fpermissive] > > > > I don't get it. Is it C++? But I thought the code is in extern "C" > > region? > > Yes, it's C++. 'extern "C"' only declares the linkage convention. It > does not affect casting rules/conventions. Ah, I see. I seem to have lost the original patch... Mihail, could you resend it? thanks, Takashi