[LAU] [alsa] pci device ordering

Emanuel Rumpf xbran at web.de
Wed Jun 22 15:08:21 UTC 2011


2011/6/22 Paul Davis <paul at linuxaudiosystems.com>:
> On Wed, Jun 22, 2011 at 10:32 AM, Emanuel Rumpf <xbran at web.de> wrote:
>> 2011/6/22 Tim Blechmann <tim at klingt.org>:
>>>
>>> i have a machine with two pci devices of the same type. how can i ensure
>>> persistent device indices?
>>>
>>
>> Doesn't specifying the pid (product id) work ?
>
> surely not if they are the same device? there needs to a mapping from
> a PCI bus slot to a device name.
>
Sounds convincing.

Tim, you could try to use the additional "id" option, instead of pid.
(I didn't try that myself so far.)
Assuming, the id is different, for each device, of course.
Is it ?

for example
  modinfo snd_ice1712
or
  modinfo -p snd_ice1712
tells me, that the parameter id is supported:

  parm:           id:ID string for ICE1712 soundcard. (array of charp)


The options line would then look as
options snd-ice1712 index=1,2 id=0x0033,0x0044


--


More information about the Linux-audio-user mailing list