Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax9850.c60 SOC_SINGLE_TLV("Headphone Volume", MAX9850_VOLUME, 0, 0x3f, 1, max9850_tlv),
61 SOC_SINGLE("Headphone Switch", MAX9850_VOLUME, 7, 1, 1),
279 snd_soc_component_update_bits(component, MAX9850_VOLUME, 0x40, 0x40); in max9850_probe()
H A Dmax9850.h14 #define MAX9850_VOLUME 0x02 macro