Skip to content
  • John Hsu's avatar
    ASoC: nau8825: disable crosstalk by default · 226d7449
    John Hsu authored
    
    
    The driver makes the crosstalk funciton disabled by default
    which can simplify the codec function. The platform may not
    need this funciton and reduce the potential risk. Therefore,
    We change the property "nuvoton,crosstalk-bypass" to
    "nuvoton,crosstalk-enable". The crosstalk measurement is enabled
    if the property is set. Otherwise, it is disabled. Besides,
    add more condition in the entry point of the crosstalk sequence
    to disable the function completely.
    
    Signed-off-by: default avatarJohn Hsu <KCHSU0@nuvoton.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    226d7449