Lines Matching defs:channel
4753 * \brief Get the event channel as removal condition
4755 * \return channel number
4762 return info->channel;
4844 * \brief Set the channel as removal condition
4846 * \param channel channel number
4850 void snd_seq_remove_events_set_channel(snd_seq_remove_events_t *info, int channel)
4853 info->channel = channel;
4914 /* data.note.channel and data.control.channel are identical */
4915 if (ev->data.note.channel != info->channel)