Lines Matching defs:val
1826 * \param val non-zero if broadcast is accepted
1830 void snd_seq_client_info_set_broadcast_filter(snd_seq_client_info_t *info, int val)
1833 if (val)
1907 * \param val non-zero if error is bounced
1911 void snd_seq_client_info_set_error_bounce(snd_seq_client_info_t *info, int val)
1914 if (val)
2474 * \param val non-zero if specifying the port id at creation
2478 void snd_seq_port_info_set_port_specified(snd_seq_port_info_t *info, int val)
2481 if (val)
2874 * \param val non-zero to enable
2878 void snd_seq_port_subscribe_set_exclusive(snd_seq_port_subscribe_t *info, int val)
2881 if (val)
2890 * \param val non-zero to enable
2894 void snd_seq_port_subscribe_set_time_update(snd_seq_port_subscribe_t *info, int val)
2897 if (val)
2906 * \param val non-zero to enable
2910 void snd_seq_port_subscribe_set_time_real(snd_seq_port_subscribe_t *info, int val)
2913 if (val)