Changes between Initial Version and Version 1 of Ticket #14581, comment 7


Ignore:
Timestamp:
Oct 30, 2018, 4:11:11 PM (6 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14581, comment 7

    initial v1  
    33So the changes over at [https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_conexant.c#L712]
    44ended up being "Pin Config" uint32 values, so I applied them in {{{hda_codec_parse_audio_group()}}} [*]
     5
     6The resulting syslog shows the pin-config being tweaked indeed, seems to be the result intended by the linux driver:
     7{{{
     8KERN: hda: 25: Pin complex
     9KERN: hda:      [Output]
     10KERN: hda: Pinconfig T- for 25 is 0x042110f0 ====
     11KERN: hda: Pinconfig T+ for 25 is 0x042140ff
     12}}}
     13
     14The 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.
    515
    616I moved my uint16 "verb" inits to where you recommended. Tried with and without them.