[roll] Roll fuchsia [intel-hda] Fix device_get_fragment_protocol

The last argument of this function is a void* that must
be the protocol struct. Passing a ddk:Pci here is not
allowed, even though it works because it wraps the
protocol.

Fix this by using the ddk::Pci connect function.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/706309
Original-Revision: 1ff3308b44437108dcc993d97bcfe3d2be0289b5
GitOrigin-RevId: c42a2815ebcf37d0859f6d35ec762ca35a382b49
Change-Id: I2c9c2f18da44a4da0546f638ffc8c362508713f1
1 file changed
tree: f01c84afbee67d6cc4a6824efeb86d77feb4dd9a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.