Searched refs:hdaa_write_coef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/sound/pci/hda/ |
| H A D | hdaa_patches.c | 700 hdaa_write_coef(device_t dev, nid_t nid, uint16_t idx, uint16_t val) in hdaa_write_coef() function 737 hdaa_write_coef(dev, 0x20, 0x07, 0x7cb); in hdaa_patch_direct() 743 hdaa_write_coef(dev, 0x20, 0x46, val|0x3000); in hdaa_patch_direct() 759 hdaa_write_coef(dev, 0x20, 0x07, val|0x80); in hdaa_patch_direct() 763 hdaa_write_coef(dev, 0x20, 0x12, 0x2800); in hdaa_patch_direct()
|