Home
last modified time | relevance | path

Searched refs:mute (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md55 Call `CODEC_SetMute()` to mute or unmute the TFA, which eventually calls `TFA9XXX_SetMute()`.
57 void BOARD_SetCodecMuteUnmute(bool mute)
60 rc = CODEC_SetMute(&codecHandle, kCODEC_PlayChannelLeft0 | kCODEC_PlayChannelRight0, mute);
62 usb_echo("Codec set mute/unmute failed!\n");
/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c450 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute) in SGTL_SetMute() argument
456 ret = SGTL_ModifyReg(handle, CHIP_ANA_CTRL, SGTL5000_MUTE_ADC_CLR_MASK, mute ? 1U : 0U); in SGTL_SetMute()
459 if (mute) in SGTL_SetMute()
472 ((uint16_t)mute << SGTL5000_MUTE_HP_SHIFT)); in SGTL_SetMute()
476 ((uint16_t)mute << SGTL5000_MUTE_LO_SHIFT)); in SGTL_SetMute()
Dfsl_sgtl5000.h960 status_t SGTL_SetMute(sgtl_handle_t *handle, sgtl_module_t module, bool mute);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/
Dfsl_codec_common.c136 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute) in CODEC_SetMute() argument
147 return HAL_CODEC_SetMute(handle, channel, mute); in CODEC_SetMute()
Dfsl_codec_common.h360 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h532 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute);
610 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute);
Dfsl_hal_registers.c1671 status_t TFA9896_SetMute(tfa9896_handle_t *handle, tfa9896_mute_t mute) in TFA9896_SetMute() argument
1687 switch (mute) in TFA9896_SetMute()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt54 …- Update dev_composite_hid_audio_unified_bm demo to suppport independent mute/unmute and volume co…