Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.c137 struct sst_enum *e = (struct sst_enum *)kcontrol->private_value; in sst_slot_enum_info()
162 struct sst_enum *e = (void *)kcontrol->private_value; in sst_slot_get()
193 struct sst_enum *e = (void *)kcontrol->private_value; in sst_check_and_send_slot_map()
223 struct sst_enum *e = (void *)kcontrol->private_value; in sst_slot_put()
1461 struct sst_enum *e = (void *)kctl->private_value; in sst_fill_widget_module_info()
1466 struct sst_enum *e = (void *)kctl->private_value; in sst_fill_widget_module_info()
H A Dsst-atom-controls.h837 struct sst_enum { struct
847 (struct sst_enum){ .reg = s_ch_no, .tx = is_tx, .max = 4+1, .texts = xtexts, } argument