From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Langlois Subject: Re: [PATCH v3 0/5] ALSA: hda - hdmi: ATI/AMD multi-channel and HBR support Date: Fri, 08 Nov 2013 00:08:43 -0500 Message-ID: <1383887323.6455.37.camel@Wailaba2> References: <1382638238-25055-1-git-send-email-anssi.hannula@iki.fi> <5269665E.9050102@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from alt-proxy15.mail.unifiedlayer.com (unknown [70.40.196.49]) by alsa0.perex.cz (Postfix) with SMTP id C6D5226163C for ; Fri, 8 Nov 2013 06:08:49 +0100 (CET) In-Reply-To: <5269665E.9050102@iki.fi> 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: Anssi Hannula Cc: Takashi Iwai , alsa-devel@alsa-project.org, Peter =?ISO-8859-1?Q?Fr=FChberger?= List-Id: alsa-devel@alsa-project.org On Thu, 2013-10-24 at 21:26 +0300, Anssi Hannula wrote: > 24.10.2013 21:10, Anssi Hannula kirjoitti: > > Hi all! > > > > Here's another revision of the ATI/AMD multichannel+HBR patchset. > > > > Changes: > > - added customizable callbacks instead of polluting generic code > > - fixed wrong codec id in rev3+ check (as previously noted) > > - cosmetics > > > > I've only tested this on NVIDIA/Intel, but I'd guess at least Peter > > should be able to test this on AMD in a few days or so. The earlier > > revisions were tested to fully work. > > > > Combined patch can be found at: http://onse.fi/files/atihdmi5.patch > > However, this patchset is on top recent sound-next commits so it does not > > directly apply on older kernels. > > Aand that would be http://onse.fi/files/atihdmi6.patch not 5. > > > Olivier, I hope you will be able to test this at some point as well > > (same things as last time), even though it will be a bit more work :) > Anssi, I have tried to patch 3.11.7 and the code in patch_hdmi.c looks too different to be able to able to manually merge the rejected hunks. What is sound-next? A git branch? Where can I get it? How independant is the sound subsystem from the rest of the kernel? My guess is that it is not that tightly coupled with the rest and dropping sound-next version of patch_hdmi.c into my 3.11.7 source tree could work or require minimal work. Will upgrade to 3.12 in a couple of day....