19 May
2008
19 May
'08
5:43 p.m.
At Tue, 20 May 2008 01:12:37 +1000, Travis Place wrote:
Just noticed something very interesting in HG checkout..
SND_PCI_QUIRK(0x1043, 0x8196, "ASUS P5GD1", ALC880_6ST)
yet, the user states he has a P5GD1 but had the IDs 0x1043, 0x814e
in any event, it seems that 0x1043, 0x814e required ALC880_6ST_DIG
not sure what is going on here.
The difference is the presense of SPDIF, so it was likely tested only without SPDIF. Using 6ST_DIG is fine even on hardwares without SPDIF. It'd just create useless mixer elements and PCM streams.
thanks,
Takashi