New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 643498 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

CRAS: Add container_of macro

Project Member Reported by cychiang@chromium.org, Sep 2 2016

Issue description

The usage like is used extensively in CRAS devices.
const struct alsa_io *aio = (const struct alsa_io *)iodev;
We should add a container_of macro like kernel has.

 

Sign in to add a comment