Kaynağa Gözat

DMAMEM, aligned

dds
Frank 4 yıl önce
ebeveyn
işleme
d8133e1634
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      output_pt8211_2.cpp

+ 2
- 2
output_pt8211_2.cpp Dosyayı Görüntüle

@@ -40,9 +40,9 @@ uint16_t AudioOutputPT8211_2::block_left_offset = 0;
uint16_t AudioOutputPT8211_2::block_right_offset = 0;
bool AudioOutputPT8211_2::update_responsibility = false;
#if defined(AUDIO_PT8211_OVERSAMPLING)
static uint32_t i2s_tx_buffer[AUDIO_BLOCK_SAMPLES*4];
DMAMEM __attribute__((aligned(32))) static uint32_t i2s_tx_buffer[AUDIO_BLOCK_SAMPLES*4];
#else
static uint32_t i2s_tx_buffer[AUDIO_BLOCK_SAMPLES];
DMAMEM __attribute__((aligned(32))) static uint32_t i2s_tx_buffer[AUDIO_BLOCK_SAMPLES];
#endif
DMAChannel AudioOutputPT8211_2::dma(false);


Yükleniyor…
İptal
Kaydet