Page MenuHomeFreeBSD

[WIP] snd_hda: Attempt to automate pin patching
Needs ReviewPublic

Authored by christos on Mon, Feb 3, 12:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 11:32 PM
Unknown Object (File)
Sun, Feb 9, 7:00 AM
Unknown Object (File)
Wed, Feb 5, 2:20 PM
Unknown Object (File)
Mon, Feb 3, 2:56 PM
Unknown Object (File)
Mon, Feb 3, 2:55 PM
Subscribers

Details

Summary

FILLME

Sponsored by: The FreeBSD Foundation
MFC after: 1 month

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62219
Build 59103: arc lint + arc unit

Event Timeline

This is still an experimental patch and not finished.

@dev_submerge.ch, @markj, @emaste: Because I do not have a machine to test this at the moment (I can only confirm it compiles), if you have HDA cards that require the pin patching code above the new code, could you please test this patch? I would like to see dev.hdac.X.pindump and the output of the device_printf()s, if we ever get there. The code above will also run, but if you want to isolate the patch, just comment everything out from the "New patches" comment up until the new code.

sys/dev/sound/pci/hda/hdaa_patches.c
430

s/arrowed/allowed/

sys/dev/sound/pci/hda/hdaa_patches.c
479

I think we should break here.

  • Fix a typo.
  • break at the end of the loop.