Searched refs:record_config (Results 1 – 4 of 4) sorted by relevance
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/audio/ |
| A D | drv_mic.c | 39 struct rt_audio_configure record_config; member 263 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 265 LOG_D("set samplerate %d", mic_dev->record_config.samplerate); in mic_configure() 266 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 273 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 279 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 280 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 306 SAIB_Channels_Set(mic_dev->record_config.channels); in mic_init() 367 mic_dev.record_config.samplerate = 44100; in rt_hw_mic_init() 368 mic_dev.record_config.channels = 2; in rt_hw_mic_init() [all …]
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/audio/ |
| A D | drv_mic.c | 23 struct rt_audio_configure record_config; member 251 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 253 LOG_D("set samplerate %d", mic_dev->record_config.samplerate); in mic_configure() 254 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 261 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 267 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 268 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 296 SAIB_Channels_Set(mic_dev->record_config.channels); in mic_init() 356 mic_dev.record_config.samplerate = 44100; in rt_hw_mic_init() 357 mic_dev.record_config.channels = 2; in rt_hw_mic_init() [all …]
|
| /bsp/stm32/stm32f407-rt-spark/board/ports/audio/ |
| A D | drv_mic.c | 23 struct rt_audio_configure record_config; member 125 caps->udata.config.channels = mic_dev->record_config.channels; in mic_getcaps() 224 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 226 LOG_D("set samplerate %d", mic_dev->record_config.samplerate); in mic_configure() 227 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 234 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 240 mic_dev->record_config.channels = caps->udata.config.channels; in mic_configure() 241 LOG_D("set channels %d", mic_dev->record_config.channels); in mic_configure() 353 mic_dev.record_config.samplerate = 44100; in rt_hw_mic_init() 354 mic_dev.record_config.channels = 2; in rt_hw_mic_init() [all …]
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_pdm.c | 38 struct rt_audio_configure record_config; member 67 caps->udata.config.samplerate = hpm_audio->record_config.samplerate; in hpm_pdm_getcaps() 68 caps->udata.config.channels = hpm_audio->record_config.channels; in hpm_pdm_getcaps() 69 caps->udata.config.samplebits = hpm_audio->record_config.samplebits; in hpm_pdm_getcaps() 73 caps->udata.config.samplerate = hpm_audio->record_config.samplerate; in hpm_pdm_getcaps() 77 caps->udata.config.channels = hpm_audio->record_config.channels; in hpm_pdm_getcaps() 81 caps->udata.config.samplebits = hpm_audio->record_config.samplebits; in hpm_pdm_getcaps() 155 hpm_audio->record_config.channels = caps->udata.config.channels; in hpm_pdm_configure() 199 hpm_pdm_dev.record_config.channels = 1U; in hpm_pdm_init() 200 …hpm_pdm_dev.record_config.samplebits = 32U; /* the actual significant bit is 24 bits, and the low … in hpm_pdm_init() [all …]
|
Completed in 14 milliseconds