Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/hda/
Dpatch_cs8409-tables.c124 { CS42L42_HP_CTL, 0x03 },
318 { CS42L42_HP_CTL, 0x03 },
374 { CS42L42_HP_CTL, 0x01 },
Dpatch_cs8409.c896 fsv_old = cs8409_i2c_read(cs42l42, CS42L42_HP_CTL); in cs42l42_resume()
902 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv_new); in cs42l42_resume()
924 { CS42L42_HP_CTL, 0x0F }, in cs42l42_suspend()
/linux-6.1.9/sound/soc/codecs/
Dcs42l83-i2c.c85 { CS42L42_HP_CTL, 0x0D },
Dcs42l42.c115 { CS42L42_HP_CTL, 0x0D },
270 case CS42L42_HP_CTL: in cs42l42_readable_register()
1011 snd_soc_component_update_bits(component, CS42L42_HP_CTL, in cs42l42_mute_stream()
1085 snd_soc_component_update_bits(component, CS42L42_HP_CTL, in cs42l42_mute_stream()
2107 REG_SEQ0(CS42L42_HP_CTL, 0x0F),
/linux-6.1.9/include/sound/
Dcs42l42.h662 #define CS42L42_HP_CTL (CS42L42_PAGE_20 + 0x01) macro