Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/lx6464es/
Dlx6464es.c669 u32 dsp_version; in lx_init_get_version_features() local
675 err = lx_dsp_get_version(chip, &dsp_version); in lx_init_get_version_features()
681 (dsp_version>>16) & 0xff, (dsp_version>>8) & 0xff, in lx_init_get_version_features()
682 dsp_version & 0xff); in lx_init_get_version_features()
/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr.h77 unsigned int dsp_version; /* read from embedded once firmware is loaded */ member
Dpcxhr_core.h88 #define DSP_EXT_CMD_SET(x) (x->dsp_version > 0x012800)
Dpcxhr_hwdep.c78 mgr->dsp_version = rmh.stat[0]; in pcxhr_init_board()
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()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks.h146 u32 dsp_version; member
Dfireworks_proc.c48 snd_iprintf(buffer, "dsp_version: 0x%X\n", hwinfo->dsp_version); in proc_read_hwinfo()
Dfireworks_command.c238 be32_to_cpus(&hwinfo->dsp_version); in snd_efw_command_get_hwinfo()