X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=zone.h;fp=zone.h;h=293d0088f1720ee98dbd471fbc2bd65705a56b66;hb=f259ec53101a3754cd2da24a369ea48bb1947e62;hp=c64b879796eb8335355cb20c389913c5c1880e22;hpb=acb229813f5845e8b38bea56870211319887f3b4;p=staging%2Fagl-audio-plugin.git diff --git a/zone.h b/zone.h index c64b879..293d008 100644 --- a/zone.h +++ b/zone.h @@ -34,4 +34,8 @@ struct agl_zone { agl_zoneset *agl_zoneset_init (struct userdata *); void agl_zoneset_done (struct userdata *); +int agl_zoneset_add_zone (struct userdata *, const char *, uint32_t); +agl_zone *agl_zoneset_get_zone_by_name (struct userdata *, const char *); +agl_zone *agl_zoneset_get_zone_by_index (struct userdata *, uint32_t); + #endif