Description of problem: Brooktree 878 based video cards exists as analog and digital (DVB) versions. These use the same PCI id but different subsystem id. The problem with kudzu is that is matches the bt878 driver first (which only has a PCI id pattern) instead of the most specific snd-bt87x driver. The logic should be changed so that more specific patterns are given priority. bt878: alias: pci:v0000109Ed00000878sv*sd*bc*sc*i* snd-bt87x: alias: pci:v0000109Ed00000878sv00000070sd000013EBbc*sc*i* alias: pci:v0000109Ed00000879sv00000070sd000013EBbc*sc*i* alias: pci:v0000109Ed00000878sv00000070sd0000FF01bc*sc*i*
*** This bug has been marked as a duplicate of 166708 ***