Re: [alsa, pnp] more on opl3sa2 (fwd)

Adam Belay (ambx1@neo.rr.com)
Thu, 30 Jan 2003 22:24:01 +0000


Hi Jaroslav,

How does this sound...

What if we make pnp card services match against all pnp cards and allow more
than one card driver to use the same card. This can be accomplished if we detach
the card portion from the driver model and use driver_attach. If you feel it is
necessary, we could also add an optional card id to the pnp_device_id structure.
As for the pnpbios, I disagree with putting it under one card. If the pnpbios
contains two opl3sa2 sound cards then only one will be matched and therefore it
is a bad idea to represent the pnpbios as a card. When ACPI is introduced, both
pnpbios and ACPI will be cardless protocols. Therefore I think it is best to
use the pnp_driver structure instead of the pnpc_driver structure in the
opl3sa2 ALSA driver.

Any aditional comments?

Regards,
Adam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/