taglinefilesource code
tmp_file91drivers/sound/soundcard.cstruct fileinfo tmp_file;
tmp_file101drivers/sound/soundcard.ctmp_file.mode = 0;
tmp_file102drivers/sound/soundcard.ctmp_file.filp = file;
tmp_file105drivers/sound/soundcard.ctmp_file.mode = OPEN_READWRITE;
tmp_file107drivers/sound/soundcard.ctmp_file.mode = OPEN_READ;
tmp_file109drivers/sound/soundcard.ctmp_file.mode = OPEN_WRITE;
tmp_file111drivers/sound/soundcard.cif ((retval = sound_open_sw (dev, &tmp_file)) < 0)
tmp_file118drivers/sound/soundcard.cmemcpy ((char *) &files[dev], (char *) &tmp_file, sizeof (tmp_file));