Home
last modified time | relevance | path

Searched refs:CS42L42_SLOW_START_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/soc/codecs/
Dcs42l42.c45 { CS42L42_SLOW_START_ENABLE, 0x70 },
181 case CS42L42_SLOW_START_ENABLE: in cs42l42_readable_register()
410 return snd_soc_component_update_bits(component, CS42L42_SLOW_START_ENABLE, in cs42l42_slow_start_put()
460 SOC_SINGLE_EXT("Slow Start Switch", CS42L42_SLOW_START_ENABLE,
/linux-5.19.10/include/sound/
Dcs42l42.h63 #define CS42L42_SLOW_START_ENABLE (CS42L42_PAGE_10 + 0x0B) macro