Comment 28 for bug 151913

Revision history for this message
Raymond (superquad-vortex2) wrote :

can you find the name of codec in windows driver ?

the topology of 0x83847691 seem same as STAC9200 0x83847690

seem dgitial version of stac9220 (support spdif)

static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
        { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
+ { .id = 0x83847690, .name = "STAC9200D", .patch = patch_stac9200 },
  { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },