From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
To: Fernando Lopez-Lezcano <nando@ccrma.Stanford.EDU>
Cc: Craig Bourne <craigbourne@gmail.com>, alsa-devel@alsa-project.org
Subject: Re: hdspmixer segfault (1.0.24+)
Date: Mon, 28 Feb 2011 17:20:41 +0100 [thread overview]
Message-ID: <4D6BCB59.30709@drcomp.erfurt.thur.de> (raw)
In-Reply-To: <4D6AE436.6000201@localhost>
On 02/28/11 00:54, Fernando Lopez-Lezcano wrote:
> But one of my users (in Planet CCRMA) still has problems with his 9652,
> apparently the output labels for that card are missing and that is
> confirmed by looking at the source (his card works fine with the 1.0.23
> hdspmixer). I applied all your patches to current git except for the
Indeed. There have never been labels, and now it's crashing, most likely
because of dereferencing the non-existing label array.
Do you mind to try this patch? Maybe it's enough. If Craig feels happy
to do some remote try&error, I can sort this out with him.
Right now, I'm simply assigning a stupid "1", "2" .. "64" channel
naming, but maybe Craig can provide us with the correct output labels? I
don't have access to a H9652, so I don't have the slightest clue how the
ports are named. ;)
HTH
diff --git a/hdspmixer/src/HDSPMixerOutput.cxx
b/hdspmixer/src/HDSPMixerOutput.cxx
index 05a126c..0d8ea5c 100644
--- a/hdspmixer/src/HDSPMixerOutput.cxx
+++ b/hdspmixer/src/HDSPMixerOutput.cxx
@@ -262,6 +262,7 @@ void HDSPMixerOutput::setLabels()
}
} else {
fprintf(stderr, "Unknown card type for output labels\n");
+ labels_input = labels_playback = labels_madi_ss;
}
}
next prev parent reply other threads:[~2011-02-28 16:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-27 0:55 hdspmixer segfault (1.0.24+) Fernando Lopez-Lezcano
2011-02-27 11:17 ` Adrian Knoth
2011-02-27 19:21 ` Fernando Lopez-Lezcano
2011-02-27 23:54 ` Fernando Lopez-Lezcano
2011-02-28 16:20 ` Adrian Knoth [this message]
[not found] ` <AANLkTikr=sBcis_2V=qm9jgWha3P6QR2-xiY9WpXw+vH@mail.gmail.com>
2011-02-28 19:34 ` Fernando Lopez-Lezcano
2011-02-28 21:21 ` Adrian Knoth
[not found] ` <AANLkTik8uJT885D0yQd4mbs_ytxYrq2wp6=5hsFvN1V3@mail.gmail.com>
2011-02-28 22:00 ` Adrian Knoth
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=4D6BCB59.30709@drcomp.erfurt.thur.de \
--to=adi@drcomp.erfurt.thur.de \
--cc=alsa-devel@alsa-project.org \
--cc=craigbourne@gmail.com \
--cc=nando@ccrma.Stanford.EDU \
/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.