1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
linux/sound/pci/vx222
Takashi Iwai 5f976f5891 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>
2017-05-15 11:21:05 +02:00
..
Makefile
vx222.c ALSA: vx222: Use container_of() 2017-05-15 11:21:05 +02:00
vx222.h ALSA: vx222: Use container_of() 2017-05-15 11:21:05 +02:00
vx222_ops.c ALSA: vx222: Use container_of() 2017-05-15 11:21:05 +02:00