CRAS: Add container_of macro |
|
Issue descriptionThe 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 |
|