Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_cs8409-tables.c124 { CS42L42_HP_CTL, 0x0D },
318 { CS42L42_HP_CTL, 0x0D },
374 { CS42L42_HP_CTL, 0x0D },
H A Dpatch_cs8409.c900 fsv = cs8409_i2c_read(cs42l42, CS42L42_HP_CTL); in cs42l42_resume()
904 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()
908 cs8409_i2c_write(cs42l42, CS42L42_HP_CTL, fsv); in cs42l42_resume()
929 { CS42L42_HP_CTL, 0x0D }, in cs42l42_suspend()
/linux/sound/soc/codecs/
H A Dcs42l83-i2c.c85 { CS42L42_HP_CTL, 0x0D },
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()
2138 REG_SEQ0(CS42L42_HP_CTL, 0x0F),
/linux/include/sound/
H A Dcs42l42.h663 #define CS42L42_HP_CTL (CS42L42_PAGE_20 + 0x01) macro