Latest git includes polarity inversion (I believe) - interested if
anyone could test.

To get the inversion option on LMS intereface, LMS needs the following:


Code:
--------------------
    
  diff --git a/Slim/Player/SqueezePlay.pm b/Slim/Player/SqueezePlay.pm
  index 2a2b84d..4bb6b91 100644
  --- a/Slim/Player/SqueezePlay.pm
  +++ b/Slim/Player/SqueezePlay.pm
  @@ -38,6 +38,7 @@ BEGIN {
  hasDigitalOut
  hasPreAmp
  hasDisableDac
  +               hasPolarityInversion
  spDirectHandlers
  proxyAddress
  ));
  @@ -60,6 +61,7 @@ sub new {
  hasDigitalOut           => 0,
  hasPreAmp               => 0,
  hasDisableDac           => 0,
  +               hasPolarityInversion    => 0,
  spDirectHandlers        => undef,
  proxyAddress            => undef,
  );
  @@ -80,6 +82,7 @@ my %CapabilitiesMap = (
  HasDigitalOut           => 'hasDigitalOut',
  HasPreAmp               => 'hasPreAmp',
  HasDisableDac           => 'hasDisableDac',
  +       HasPolarityInversion    => 'hasPolarityInversion',
  SyncgroupID             => undef,
  Spdirect                => 'spDirectHandlers',
  Proxy                   => 'proxyAddress',
  
--------------------


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to