From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/3] [RME - HDSP] Userlevel support for RPM Date: Fri, 29 Jul 2011 07:49:05 +0200 Message-ID: References: <1311889548-28617-1-git-send-email-adi@drcomp.erfurt.thur.de> 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 C94C1244AB for ; Fri, 29 Jul 2011 07:49:05 +0200 (CEST) In-Reply-To: <1311889548-28617-1-git-send-email-adi@drcomp.erfurt.thur.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Adrian Knoth Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Thu, 28 Jul 2011 23:45:45 +0200, Adrian Knoth wrote: > > Hi! > > Here's a series of recent work on RME RPM support. Confirmed to be > working by our one and only user so far. ;) > > As soon as alsa-lib supports the RPM (it's a single define), I'll drop > the temporary define in both, hdsploader and hdspmixer. > > RPM users: note that the current kernel code seems to be broken and does > not correctly detect your RPM box. More magic could be added to > hdsploader to provide a temporary workaround. OK, applied now all three patches. The drop can be done later. thanks, Takashi > > > Cheers > > Adrian Knoth (3): > hdspmixer: Add support for RME RPM > hdsploader: Add support for RME RPM > hdsploader: Temporary define for RPM > > hdsploader/hdsploader.c | 7 +++++++ > hdspmixer/src/HDSPMixerCard.cxx | 11 +++++++++++ > hdspmixer/src/HDSPMixerCard.h | 5 +++++ > hdspmixer/src/HDSPMixerOutput.cxx | 15 +++++++++++++++ > hdspmixer/src/HDSPMixerSelector.cxx | 7 +++++++ > hdspmixer/src/HDSPMixerWindow.cxx | 4 ++++ > hdspmixer/src/channelmap.cxx | 12 ++++++++++++ > hdspmixer/src/channelmap.h | 5 +++++ > hdspmixer/src/hdspmixer.cxx | 4 ++++ > 9 files changed, 70 insertions(+), 0 deletions(-) > > -- > 1.7.5.4 >