Home | History | Annotate | Download | only in audio

Lines Matching full:sizeof

154 	req->h.length = sizeof(*req);
212 memset(buf, 0, sizeof(buf));
267 memset(buf, 0, sizeof(buf));
325 memset(data, 0, sizeof(struct bluetooth_data));
347 data = malloc(sizeof(struct bluetooth_data));
360 strncpy(data->ext.id, "bluetooth", sizeof(data->ext.id) - 1);
361 strncpy(data->ext.driver, "Bluetooth-Audio", sizeof(data->ext.driver) - 1);
362 strncpy(data->ext.name, "Bluetooth Audio", sizeof(data->ext.name) - 1);
363 strncpy(data->ext.longname, "Bluetooth Audio", sizeof(data->ext.longname) - 1);
364 strncpy(data->ext.mixername, "Bluetooth Audio", sizeof(data->ext.mixername) - 1);