commit | 5f976f58917eafbd8f725b9b7c0efcf6937e0e83 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 12 10:02:08 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon May 15 11:21:05 2017 +0200 |
tree | 90b92404da674fb2a6365a0a71e34914781f0b25 | |
parent | 6c1df232731f83621fd6d590aa1a2325ceefaed9 [diff] |
ALSA: vx222: Use container_of() The vx222 driver is using the explicit cast from the parent class pointer, but it'll be broken when the structure field randomization is applied. Use container_of() in a modern manner, instead. Signed-off-by: Takashi Iwai <tiwai@suse.de>