taglinefilesource code
sound_fops322drivers/sound/soundcard.cstatic struct file_operation_handle sound_fops =
sound_fops339drivers/sound/soundcard.cmodule_register_chrdev (sound_major, "sound", &sound_fops);
sound_fops421drivers/sound/soundcard.cerr = module_register_chrdev (sound_major, "sound", &sound_fops);