All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Knoth <adi@drcomp.erfurt.thur.de>
To: Andre Schramm <andre.schramm@iosono-sound.com>
Cc: alsa-devel@alsa-project.org, fredrik.lingvall@gmail.com
Subject: Re: Issues with HDSPM
Date: Tue, 07 Jun 2011 09:05:14 +0200	[thread overview]
Message-ID: <4DEDCDAA.7050404@drcomp.erfurt.thur.de> (raw)
In-Reply-To: <20110607063305.GE17989@ltw.loris.tv>

On 06/07/2011 08:33 AM, Adrian Knoth wrote:

>> We're using CentOS 5 with 2.6.33.9-rt31.64.el5rt and ALSA 1.0.24
>> When switching to a PCI version of the card, the kernel completely
>> crashes on boot.

I just noticed that the driver in the 1.0.24 release tarball doesn't
contain the latest fixes we already have in the git repo.

I reckon the PCI version has an "unknown" revision ID. We added a
default case a couple of month ago to prevent the kernel from crashing:

	default:
		snd_printk(KERN_ERR "HDSPM: unknown firmware revision %x\n",
				hdspm->firmware_rev);
		return -ENODEV;
	}

I suggest you use this file instead of the 1.0.24 tarball:


http://git.alsa-project.org/?p=alsa-kernel.git;a=blob_plain;f=sound/pci/rme9652/hdspm.c;hb=HEAD

If you send me the revision ID of your PCI MADI card, I'll come up with
a patch.


HTH

  reply	other threads:[~2011-06-07  7:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-06 19:04 Issues with HDSPM Andre Schramm
2011-06-07  6:33 ` Adrian Knoth
2011-06-07  7:05   ` Adrian Knoth [this message]
2011-06-07 16:51   ` Andre Schramm
2011-06-07  8:02 ` Jörn Nettingsmeier
2011-06-07  9:45   ` Adrian Knoth
2011-06-07 12:46     ` Jörn Nettingsmeier
2011-06-07 12:48       ` Adrian Knoth
2011-06-07 16:52         ` Andre Schramm
2011-06-20 13:29           ` Andre Schramm

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=4DEDCDAA.7050404@drcomp.erfurt.thur.de \
    --to=adi@drcomp.erfurt.thur.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=andre.schramm@iosono-sound.com \
    --cc=fredrik.lingvall@gmail.com \
    /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.