vga_switcheroo: Introduce struct vga_switcheroo_client_ops
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 May 2012 05:51:17 +0000 (07:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 13 May 2012 09:24:09 +0000 (11:24 +0200)
This changes the API as a clean-up.  Instead of passing multiple
function pointers at each time, introduce a new struct holding the
whole callback functions and pass it to the registration.

The same struct will be used for the upcoming audio client
registration, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found