All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH 3/3] hdsploader: Temporary define for RPM
Date: Fri, 29 Jul 2011 07:51:31 +0200	[thread overview]
Message-ID: <s5hhb6563do.wl%tiwai@suse.de> (raw)
In-Reply-To: <s5hk4b163fb.wl%tiwai@suse.de>

At Fri, 29 Jul 2011 07:50:32 +0200,
Takashi Iwai wrote:
> 
> At Thu, 28 Jul 2011 23:45:48 +0200,
> Adrian Knoth wrote:
> > 
> > Right now (1.0.24.1), alsa-lib's hdsp.h doesn't know about the RPM. To
> > avoid a strong dependency on unreleased code, temporary provide the
> > define here.
> > 
> > It can be dropped as soon as a new version of alsa-lib will be released,
> > thus effectively making it the required minimum version for alsa-tools.
> > 
> > Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
> > 
> > diff --git a/hdsploader/hdsploader.c b/hdsploader/hdsploader.c
> > index fa488a2..bfbe3bc 100644
> > --- a/hdsploader/hdsploader.c
> > +++ b/hdsploader/hdsploader.c
> > @@ -27,6 +27,10 @@
> >  
> >  static u_int32_t code[24413];
> >  
> > +#ifndef RPM
> > +# define RPM	5
> > +#endif
> 
> Now (after committing it), I found that it should be 4 instead of 5...?

Also, the corresponding firmware file isn't found in alsa-firmware tree.
Could you submit it, too?


thanks,

Takashi

  reply	other threads:[~2011-07-29  5:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-28 21:45 [PATCH 0/3] [RME - HDSP] Userlevel support for RPM Adrian Knoth
2011-07-28 21:45 ` [PATCH 1/3] hdspmixer: Add support for RME RPM Adrian Knoth
2011-07-28 21:45 ` [PATCH 2/3] hdsploader: " Adrian Knoth
2011-07-28 21:45 ` [PATCH 3/3] hdsploader: Temporary define for RPM Adrian Knoth
2011-07-29  5:50   ` Takashi Iwai
2011-07-29  5:51     ` Takashi Iwai [this message]
2011-07-29 15:50       ` Adrian Knoth
2011-07-29 15:53         ` Takashi Iwai
2011-07-29 15:46     ` Adrian Knoth
2011-07-29  5:49 ` [PATCH 0/3] [RME - HDSP] Userlevel support " Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hhb6563do.wl%tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=adi@drcomp.erfurt.thur.de \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.