Changes between Version 1 and Version 2 of Ticket #16335, comment 4
- Timestamp:
- Jul 2, 2020, 7:26:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16335, comment 4
v1 v2 2 2 3 3 I'm out of my depth for analysing your problem any further (korli will have to volunteer :-) but on the analog vs HDMI side, I'm fairly positive that your log contains the usual (sane/sensible) scenario : the driver attempts to talk to the HDMI codec, fails (returns playback 0x00000..), then attempts to talk to the Analog codec, and "succeeds" (apart from some minor warning about failing to look up display labels). 4 5 Edit: 6 7 There's a settings file but it controls just buffer sizes IIRC. 8 9 The driver indeed detects [https://dev.haiku-os.org/attachment/ticket/16335/syslog.txt#L1774 codec 0] 10 as [https://dev.haiku-os.org/attachment/ticket/16335/syslog.txt#L1784 digital (HDMI)] 11 12 The [https://dev.haiku-os.org/attachment/ticket/16335/syslog.txt#L1840 second chip] (still says "codec 0", maybe I'm mis-remembering how the terminology works) 13 is [https://dev.haiku-os.org/attachment/ticket/16335/syslog.txt#L1868 analog] 14 15 There are "Digital" pin complexes down the road, not sure if that's significant.