Browse Source

fix SPDIF2 for Teensy 3.x

dds
Frank Bösing 5 years ago
parent
commit
3f0e8cec49
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      output_spdif2.cpp

+ 0
- 11
output_spdif2.cpp View File

@@ -311,16 +311,5 @@ void AudioOutputSPDIF2::config_SPDIF(void)
}


#else

void AudioOutputSPDIF2::update(void)
{

audio_block_t *block;
block = receiveReadOnly(0); // input 0 = left channel
if (block) release(block);
block = receiveReadOnly(1); // input 1 = right channel
if (block) release(block);
}

#endif

Loading…
Cancel
Save