Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ice1712/
Dprodigy192.c558 ucontrol->value.enumerated.item[0] = (val & AK4114_IPS0) ? 1 : 0; in ak4114_input_sw_get()
573 new = (itemvalue & AK4114_IPS0) | (old & ~AK4114_IPS0); in ak4114_input_sw_put()
/linux-6.1.9/include/sound/
Dak4114.h103 #define AK4114_IPS0 (1<<0) /* Input Recovery Data Select */ macro