Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_cs8409-tables.c91 { CS42L42_ADC_VOLUME, 0x9F },
294 { CS42L42_ADC_VOLUME, 0x9F },
350 { CS42L42_ADC_VOLUME, 0x9F },
H A Dpatch_cs8409.c527 cs8409_i2c_write(cs42l42, CS42L42_ADC_VOLUME, 0x9f); in cs42l42_mute()
541 cs8409_i2c_write(cs42l42, CS42L42_ADC_VOLUME, in cs42l42_mute()
/linux/sound/soc/codecs/
H A Dcs42l83-i2c.c81 { CS42L42_ADC_VOLUME, 0x00 },
H A Dcs42l42.c109 { CS42L42_ADC_VOLUME, 0x00 },
264 case CS42L42_ADC_VOLUME: in cs42l42_readable_register()
452 SOC_SINGLE_S8_TLV("ADC Volume", CS42L42_ADC_VOLUME, -97, 12, adc_tlv),
/linux/include/sound/
H A Dcs42l42.h636 #define CS42L42_ADC_VOLUME (CS42L42_PAGE_1D + 0x03) macro