ALSA: ctxfi - Clean up / optimize
authorTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 14:34:10 +0000 (16:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 5 Jun 2009 14:44:24 +0000 (16:44 +0200)
- Use static tables instead of assigining each funciton pointer
- Add __devinit* to appropriate places; pcm, mixer and timer cannot be
  marked because they are kept in the function table that lives long
- Move create_alsa_devs function out of struct ct_atc to mark it
  __devinit

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

No differences found