Home
last modified time | relevance | path

Searched refs:CS42L42_HP_CTL (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/codecs/cirrus/
H A Dcs8409-tables.c124 { CS42L42_HP_CTL, 0x0D },
318 { CS42L42_HP_CTL, 0x0D },
374 { CS42L42_HP_CTL, 0x0D },
H A Dcs8409.c893 fsv = cs8409_i2c_read(cs42l42, CS42L42_HP_CTL); in cs42l42_resume()
897 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()
901 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()
922 { CS42L42_HP_CTL, 0x0D }, in cs42l42_suspend()
/linux/sound/soc/codecs/
H A Dcs42l42.c113 { CS42L42_HP_CTL, 0x0D },
268 case CS42L42_HP_CTL: in cs42l42_readable_register()
1036 snd_soc_component_update_bits(component, CS42L42_HP_CTL, in cs42l42_mute_stream()
1110 snd_soc_component_update_bits(component, CS42L42_HP_CTL, in cs42l42_mute_stream()
2137 REG_SEQ0(CS42L42_HP_CTL, 0x0F),
/linux/include/sound/
H A Dcs42l42.h663 #define CS42L42_HP_CTL (CS42L42_PAGE_20 + 0x01) macro