taglinefilesource code
sound_fops324drivers/sound/soundcard.cstatic struct file_operation_handle sound_fops =
sound_fops341drivers/sound/soundcard.cmodule_register_chrdev (sound_major, "sound", &sound_fops);
sound_fops423drivers/sound/soundcard.cerr = module_register_chrdev (sound_major, "sound", &sound_fops);