Changes between Initial Version and Version 1 of Ticket #14581, comment 7
- Timestamp:
- Oct 30, 2018, 4:11:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14581, comment 7
initial v1 3 3 So the changes over at [https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_conexant.c#L712] 4 4 ended up being "Pin Config" uint32 values, so I applied them in {{{hda_codec_parse_audio_group()}}} [*] 5 6 The resulting syslog shows the pin-config being tweaked indeed, seems to be the result intended by the linux driver: 7 {{{ 8 KERN: hda: 25: Pin complex 9 KERN: hda: [Output] 10 KERN: hda: Pinconfig T- for 25 is 0x042110f0 ==== 11 KERN: hda: Pinconfig T+ for 25 is 0x042140ff 12 }}} 13 14 The tweaks seems to be for something minor (the jack "color" changes from black to green) and something possibly important : association (what's that??) changes from 0 to F. 5 15 6 16 I moved my uint16 "verb" inits to where you recommended. Tried with and without them.