Lines Matching defs:client
74 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM) {
98 if (info->sender.client != SNDRV_SEQ_CLIENT_SYSTEM)
131 int client;
146 /* allocate new client */
147 client = snd_seq_create_kernel_client(opl4->card, opl4->seq_dev_num,
149 if (client < 0) {
151 return client;
153 opl4->seq_client = client;
154 opl4->chset->client = client;
165 opl4->chset->port = snd_seq_event_port_attach(client, &pcallbacks,
177 snd_seq_delete_kernel_client(client);