Home
last modified time | relevance | path

Searched refs:dsp_version (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/sound/pci/lx6464es/
A Dlx6464es.c649 u32 dsp_version; in lx_init_get_version_features() local
655 err = lx_dsp_get_version(chip, &dsp_version); in lx_init_get_version_features()
661 (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff, in lx_init_get_version_features()
662 dsp_version & 0xff); in lx_init_get_version_features()
/linux-6.3-rc2/sound/pci/pcxhr/
A Dpcxhr.h77 unsigned int dsp_version; /* read from embedded once firmware is loaded */ member
A Dpcxhr_core.h88 #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
A Dpcxhr_hwdep.c78 mgr->dsp_version = rmh.stat[0]; in pcxhr_init_board()
A Dpcxhr.c1228 short ver_maj = (mgr->dsp_version >> 16) & 0xff; in pcxhr_proc_info()
1229 short ver_min = (mgr->dsp_version >> 8) & 0xff; in pcxhr_proc_info()
1230 short ver_build = mgr->dsp_version & 0xff; in pcxhr_proc_info()
/linux-6.3-rc2/sound/firewire/fireworks/
A Dfireworks.h143 u32 dsp_version; member
A Dfireworks_proc.c48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo()
A Dfireworks_command.c238 be32_to_cpus(&hwinfo->dsp_version); in snd_efw_command_get_hwinfo()

Completed in 20 milliseconds