Home
last modified time | relevance | path

Searched refs:isMute (Results 1 – 25 of 44) sorted by relevance

12

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/
Dfsl_codec_adapter.c433 status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
442 retVal = HAL_CODEC_WM8904_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
448 retVal = HAL_CODEC_WM8960_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
454 retVal = HAL_CODEC_WM8962_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
460 retVal = HAL_CODEC_WM8524_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
466 retVal = HAL_CODEC_SGTL5000_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
472 retVal = HAL_CODEC_DA7212_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
478 retVal = HAL_CODEC_CS42888_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
484 retVal = HAL_CODEC_CS42448_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
490 retVal = HAL_CODEC_AK4497_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/ak4497/
Dfsl_codec_ak4497_adapter.h78 status_t HAL_CODEC_AK4497_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_AK4497_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/cs42448/
Dfsl_codec_cs42448_adapter.h78 status_t HAL_CODEC_CS42448_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_CS42448_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_cs42448_adapter.c157 status_t HAL_CODEC_CS42448_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_CS42448_SetMute() argument
171 (uint8_t)(i + 1U), isMute); in HAL_CODEC_CS42448_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/cs42888/
Dfsl_codec_cs42888_adapter.h78 status_t HAL_CODEC_CS42888_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_CS42888_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_cs42888_adapter.c159 status_t HAL_CODEC_CS42888_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_CS42888_SetMute() argument
173 (uint8_t)(i + 1U), isMute); in HAL_CODEC_CS42888_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/da7212/
Dfsl_codec_da7212_adapter.h78 status_t HAL_CODEC_DA7212_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_DA7212_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_da7212_adapter.c146 status_t HAL_CODEC_DA7212_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_DA7212_SetMute() argument
151 playChannel, isMute); in HAL_CODEC_DA7212_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/pcm186x/
Dfsl_codec_pcm186x_adapter.h78 status_t HAL_CODEC_PCM186x_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_PCM186x_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/pcm512x/
Dfsl_codec_pcm512x_adapter.h78 status_t HAL_CODEC_PCM512x_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_PCM512x_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_pcm512x_adapter.c101 status_t HAL_CODEC_PCM512x_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_PCM512x_SetMute() argument
107 …12x_SetMute((pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMute); in HAL_CODEC_PCM512x_SetMute()
Dfsl_codec_adapter.c101 status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
107 …12x_SetMute((pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMute); in HAL_CODEC_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/sgtl5000/
Dfsl_codec_sgtl_adapter.h78 status_t HAL_CODEC_SGTL5000_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_SGTL5000_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_sgtl_adapter.c181 status_t HAL_CODEC_SGTL5000_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SGTL5000_SetMute() argument
190 isMute); in HAL_CODEC_SGTL5000_SetMute()
197 kSGTL_ModuleLineOut, isMute); in HAL_CODEC_SGTL5000_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/tfa9896/
Dfsl_codec_tfa9896_adapter.h78 status_t HAL_CODEC_TFA9896_SetMute(void *handle, uint32_t playChannel, bool isMute);
194 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
196 return HAL_CODEC_TFA9896_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/
Dfsl_codec_tfa9xxx_adapter.h78 status_t HAL_CODEC_TFA9XXX_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_TFA9XXX_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_tfa9xxx_adapter.c111 status_t HAL_CODEC_TFA9XXX_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_TFA9XXX_SetMute() argument
117 …9XXX_SetMute((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), isMute); in HAL_CODEC_TFA9XXX_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8524/
Dfsl_codec_wm8524_adapter.h78 status_t HAL_CODEC_WM8524_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_WM8524_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_wm8524_adapter.c101 status_t HAL_CODEC_WM8524_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_WM8524_SetMute() argument
105 …8524_SetMute((wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMute); in HAL_CODEC_WM8524_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8904/
Dfsl_codec_wm8904_adapter.h78 status_t HAL_CODEC_WM8904_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_WM8904_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8960/
Dfsl_codec_wm8960_adapter.h78 status_t HAL_CODEC_WM8960_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_WM8960_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_wm8960_adapter.c197 status_t HAL_CODEC_WM8960_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_WM8960_SetMute() argument
207 kWM8960_ModuleHP, isMute); in HAL_CODEC_WM8960_SetMute()
213 kWM8960_ModuleSpeaker, isMute); in HAL_CODEC_WM8960_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/port/wm8962/
Dfsl_codec_wm8962_adapter.h78 status_t HAL_CODEC_WM8962_SetMute(void *handle, uint32_t playChannel, bool isMute);
197 static inline status_t HAL_CODEC_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_SetMute() argument
199 return HAL_CODEC_WM8962_SetMute(handle, playChannel, isMute); in HAL_CODEC_SetMute()
Dfsl_codec_wm8962_adapter.c191 status_t HAL_CODEC_WM8962_SetMute(void *handle, uint32_t playChannel, bool isMute) in HAL_CODEC_WM8962_SetMute() argument
201 kWM8962_ModuleHeadphone, isMute); in HAL_CODEC_WM8962_SetMute()
207 kWM8962_ModuleSpeaker, isMute); in HAL_CODEC_WM8962_SetMute()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/wm8524/
Dfsl_wm8524.c77 void WM8524_SetMute(wm8524_handle_t *handle, bool isMute) in WM8524_SetMute() argument
84 wm8524Config->setMute(!isMute); in WM8524_SetMute()

12