dsp_version       146 sound/firewire/fireworks/fireworks.h 	u32 dsp_version;
dsp_version       238 sound/firewire/fireworks/fireworks_command.c 	be32_to_cpus(&hwinfo->dsp_version);
dsp_version        48 sound/firewire/fireworks/fireworks_proc.c 	snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version);
dsp_version       676 sound/pci/lx6464es/lx6464es.c 	u32 dsp_version;
dsp_version       682 sound/pci/lx6464es/lx6464es.c 	err = lx_dsp_get_version(chip, &dsp_version);
dsp_version       688 sound/pci/lx6464es/lx6464es.c 			   (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff,
dsp_version       689 sound/pci/lx6464es/lx6464es.c 			   dsp_version & 0xff);
dsp_version      1245 sound/pci/pcxhr/pcxhr.c 		short ver_maj = (mgr->dsp_version >> 16) & 0xff;
dsp_version      1246 sound/pci/pcxhr/pcxhr.c 		short ver_min = (mgr->dsp_version >> 8) & 0xff;
dsp_version      1247 sound/pci/pcxhr/pcxhr.c 		short ver_build = mgr->dsp_version & 0xff;
dsp_version        77 sound/pci/pcxhr/pcxhr.h 	unsigned int dsp_version;	/* read from embedded once firmware is loaded */
dsp_version        88 sound/pci/pcxhr/pcxhr_core.h #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
dsp_version        78 sound/pci/pcxhr/pcxhr_hwdep.c 	mgr->dsp_version = rmh.stat[0];