to_channel
#define to_channel(ch, branch) ((((branch)) << 1) | (ch))
#define to_channel(d) container_of(d, struct most_channel, dev)
#define to_channel(d) container_of(d, struct comp_channel, cdev)