From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Bug in emu10k1 multichannel support Date: Fri, 11 Feb 2005 10:54:31 +0100 Message-ID: References: <1106091073.24484.60.camel@krustophenia.net> <1106970885.3051.88.camel@krustophenia.net> <41FE5838.4060907@glocalnet.net> <1108073865.11177.6.camel@krustophenia.net> <420BEF63.60402@machinehasnoagenda.com> <1108083562.15438.4.camel@krustophenia.net> <420C0BE5.3060008@machinehasnoagenda.com> <1108085587.15438.6.camel@krustophenia.net> <420C18EC.3060706@machinehasnoagenda.com> <1108094119.16799.2.camel@krustophenia.net> Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: multipart/mixed; boundary="Multipart_Fri_Feb_11_10:54:31_2005-1" Return-path: In-Reply-To: <1108094119.16799.2.camel@krustophenia.net> Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Lee Revell Cc: Shayne O'Connor , alsa-devel List-Id: alsa-devel@alsa-project.org --Multipart_Fri_Feb_11_10:54:31_2005-1 Content-Type: text/plain; charset=US-ASCII At Thu, 10 Feb 2005 22:55:18 -0500, Lee Revell wrote: > > On Fri, 2005-02-11 at 13:31 +1100, Shayne O'Connor wrote: > > ok, i did that, but when i try to compile alsa-driver i get the output > > below ... but just to clear up - with patches before 009, i only had to > > compile and install the alsa-driver module (i'm using PlanetCCRMA which > > loads alsa as a kernel module), is that the case here as well? > > > > if not, could you give me a run-through of how i would install the whole > > pattched alsa package on top of what i've already got there? i realise > > you're busy, but it would help a great deal in making sure i'm testing > > these patches correctly :) > > > > here is the ouput from trying to compile alsa-driver: > > The procedure is exactly the same. With all versions of the patch you > should apply using patch -p1 from the main ALSA directory (the one > containing the alsa-driver, alsa-kernel, alsa-lib, alsa-tools, etc. > directories). > > I don't know what those errors are. They have nothing to do with my > patch. Either you are doing something wrong, or current ALSA CVS just > does not compile. This is because redhat patch conflicts with the wrapper in alsa-driver. Try the patch below. Takashi --Multipart_Fri_Feb_11_10:54:31_2005-1 Content-Type: text/plain; charset=US-ASCII Index: alsa-driver/include/adriver.h =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/include/adriver.h,v retrieving revision 1.97 diff -u -r1.97 adriver.h --- alsa-driver/include/adriver.h 7 Feb 2005 11:35:31 -0000 1.97 +++ alsa-driver/include/adriver.h 11 Feb 2005 09:53:53 -0000 @@ -712,7 +712,8 @@ #endif /* pm_message_t type */ -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 11) +/* #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 11) */ +#ifndef PMSG_FREEZE typedef u32 /*__bitwise*/ pm_message_t; #define PMSG_FREEZE 3 #define PMSG_SUSPEND 3 --Multipart_Fri_Feb_11_10:54:31_2005-1-- ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click