commit | 26ec685ff9d9c16525d8ec4c97e52fcdb187b302 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri May 11 07:51:17 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sun May 13 11:24:09 2012 +0200 |
tree | 2536e4fd8fc9b41736c481822fb032a4e4efc81a | |
parent | 79721e0a91b5e8f662f12eeb50ea205c761e6bf8 [diff] |
vga_switcheroo: Introduce struct vga_switcheroo_client_ops 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>