Home
last modified time | relevance | path

Searched refs:MAX_NUM_CH (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dmax98388.c684 #define MAX_NUM_CH 2 macro
753 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
767 if (slot_found >= MAX_NUM_CH) in max98388_dai_tdm_slot()
/linux-6.12.1/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.h400 #define MAX_NUM_CH(x) (((x) & 0x1f) - 1) macro
Dcdn-dp-reg.c849 val = MAX_NUM_CH(audio->channels); in cdn_dp_audio_config_i2s()
920 val = MAX_NUM_CH(2) | AUDIO_TYPE_LPCM | CFG_SUB_PCKT_NUM(4); in cdn_dp_audio_config_spdif()