mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 21:35:16 +00:00
stm32-f4discovery-cc256x: configure I2S Clock only during Sink init
This commit is contained in:
parent
dfec1b51c3
commit
06fc0f4b5a
@ -715,9 +715,12 @@ static uint8_t I2S3_Init(uint32_t AudioFreq)
|
||||
uint8_t BSP_AUDIO_IN_Init(uint32_t AudioFreq, uint32_t BitRes, uint32_t ChnlNbr)
|
||||
{
|
||||
|
||||
#if 0
|
||||
// BK: only do PLL clock configuration in sink
|
||||
/* Configure PLL clock */
|
||||
BSP_AUDIO_IN_ClockConfig(&hAudioInI2s, AudioFreq, NULL);
|
||||
|
||||
#endif
|
||||
|
||||
/* Configure the PDM library */
|
||||
PDMDecoder_Init(AudioFreq, ChnlNbr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user