most_snd_grp
static struct most_snd_grp *to_most_snd_grp(struct config_item *item)
return container_of(to_config_group(item), struct most_snd_grp, group);
struct most_snd_grp *snd_grp = to_most_snd_grp(item);
struct most_snd_grp *group = to_most_snd_grp(item);
struct most_snd_grp *most;