Searched refs:se (Results 1 – 9 of 9) sorted by relevance
/sound/soc/ |
D | soc-topology.c | 83 static void soc_tplg_denum_remove_texts(struct soc_enum *se); 84 static void soc_tplg_denum_remove_values(struct soc_enum *se); 386 struct soc_enum *se = container_of(dobj, struct soc_enum, dobj); in remove_enum() local 397 soc_tplg_denum_remove_values(se); in remove_enum() 398 soc_tplg_denum_remove_texts(se); in remove_enum() 399 kfree(se); in remove_enum() 464 struct soc_enum *se = in remove_widget() local 470 soc_tplg_denum_remove_values(se); in remove_widget() 471 soc_tplg_denum_remove_texts(se); in remove_widget() 473 kfree(se); in remove_widget() [all …]
|
/sound/soc/codecs/ |
D | hdac_hdmi.c | 964 struct soc_enum *se; in hdac_hdmi_create_pin_port_muxs() local 976 se = devm_kzalloc(&hdev->dev, sizeof(*se), GFP_KERNEL); in hdac_hdmi_create_pin_port_muxs() 977 if (!se) in hdac_hdmi_create_pin_port_muxs() 986 kc->private_value = (long)se; in hdac_hdmi_create_pin_port_muxs() 993 se->reg = SND_SOC_NOPM; in hdac_hdmi_create_pin_port_muxs() 996 se->items = num_items; in hdac_hdmi_create_pin_port_muxs() 997 se->mask = roundup_pow_of_two(se->items) - 1; in hdac_hdmi_create_pin_port_muxs() 1012 se->texts = devm_kmemdup(&hdev->dev, items, in hdac_hdmi_create_pin_port_muxs() 1014 if (!se->texts) in hdac_hdmi_create_pin_port_muxs() 1030 struct soc_enum *se; in hdac_hdmi_add_pinmux_cvt_route() local [all …]
|
/sound/soc/sof/ |
D | control.c | 170 struct soc_enum *se = in snd_sof_enum_get() local 172 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() 186 struct soc_enum *se = in snd_sof_enum_put() local 188 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put()
|
D | topology.c | 1228 struct soc_enum *se; in sof_control_load() local 1258 se = (struct soc_enum *)kc->private_value; in sof_control_load() 1259 dobj = &se->dobj; in sof_control_load() 2123 struct soc_enum *se; in sof_get_control_data() local 2141 se = (struct soc_enum *)kc->private_value; in sof_get_control_data() 2142 wdata[i].control = se->dobj.private; in sof_get_control_data() 2568 struct soc_enum *se; in sof_widget_unload() local 2624 se = (struct soc_enum *)kc->private_value; in sof_widget_unload() 2625 scontrol = se->dobj.private; in sof_widget_unload()
|
/sound/pci/ice1712/ |
D | Makefile | 9 ….o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya44.o quartet.o…
|
/sound/pci/ctxfi/ |
D | cthardware.h | 141 int (*amixer_set_se)(void *blk, unsigned int se);
|
D | cthw20k1.c | 642 static int amixer_set_se(void *blk, unsigned int se) in amixer_set_se() argument 646 set_field(&ctl->amophi, AMOPHI_SE, se); in amixer_set_se()
|
D | cthw20k2.c | 644 static int amixer_set_se(void *blk, unsigned int se) in amixer_set_se() argument 648 set_field(&ctl->amophi, AMOPHI_SE, se); in amixer_set_se()
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 3080 static int skl_init_enum_data(struct device *dev, struct soc_enum *se, in skl_init_enum_data() argument 3091 se->dobj.private = data; in skl_init_enum_data() 3107 struct soc_enum *se; in skl_tplg_control_load() local 3125 se = (struct soc_enum *)kctl->private_value; in skl_tplg_control_load() 3127 skl_init_enum_data(bus->dev, se, tplg_ec); in skl_tplg_control_load() 3617 struct soc_enum *se; in skl_tplg_complete() local 3625 se = (struct soc_enum *)kcontrol->private_value; in skl_tplg_complete() 3629 for (i = 0; i < se->items; i++) { in skl_tplg_complete()
|