Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/emu10k1/
H A Demufx.c670 list_for_each_entry(ctl, &emu->fx8010.gpr_ctl, list) { in snd_emu10k1_look_for_ctl()
938 list_add_tail(&ctl->list, &emu->fx8010.gpr_ctl); in snd_emu10k1_add_controls()
991 list_for_each_entry(ctl, &emu->fx8010.gpr_ctl, list) { in snd_emu10k1_list_controls()
2367 INIT_LIST_HEAD(&emu->fx8010.gpr_ctl); in snd_emu10k1_init_efx()
/openbmc/linux/include/sound/
H A Demu10k1.h1603 struct list_head gpr_ctl; /* GPR controls */ member