17 ESP_LOGCONFIG(TAG,
"Running setup");
19 static i2s_port_t next_port_num = I2S_NUM_0;
20 if (next_port_num >= I2S_NUM_MAX) {
21 ESP_LOGE(TAG,
"Too many components");
26 this->
port_ = next_port_num;
27 next_port_num = (i2s_port_t) (next_port_num + 1);