taglinefilesource code
tmp_file93drivers/sound/soundcard.cstruct fileinfo tmp_file;
tmp_file104drivers/sound/soundcard.ctmp_file.mode = 0;
tmp_file105drivers/sound/soundcard.ctmp_file.filp = file;
tmp_file108drivers/sound/soundcard.ctmp_file.mode = OPEN_READWRITE;
tmp_file110drivers/sound/soundcard.ctmp_file.mode = OPEN_READ;
tmp_file112drivers/sound/soundcard.ctmp_file.mode = OPEN_WRITE;
tmp_file114drivers/sound/soundcard.cif ((retval = sound_open_sw (dev, &tmp_file)) < 0)
tmp_file121drivers/sound/soundcard.cmemcpy ((char *) &files[dev], (char *) &tmp_file, sizeof (tmp_file));