Home
last modified time | relevance | path

Searched refs:res_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/sound/
Dac97_codec.h231 const struct snd_ac97_res_table *res_table; /* static resolution */ member
254 const struct snd_ac97_res_table *res_table; /* static resolution */ member
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dcmsg.c60 static const int res_table[] = { in nfp_bpf_ctrl_rc_to_errno() local
73 if (rc >= ARRAY_SIZE(res_table)) { in nfp_bpf_ctrl_rc_to_errno()
78 return res_table[rc]; in nfp_bpf_ctrl_rc_to_errno()
/Linux-v5.4/sound/pci/ac97/
Dac97_codec.c1082 if (ac97->res_table) { in check_volume_resolution()
1084 for (tbl = ac97->res_table; tbl->reg; tbl++) { in check_volume_resolution()
2028 ac97->res_table = template->res_table; in snd_ac97_mixer()
Dac97_patch.c1451 ac97->res_table = ad1819_restbl; in patch_ad1819()
3892 ac97->res_table = lm4550_restbl; in patch_lm4550()
/Linux-v5.4/sound/pci/nm256/
Dnm256.c1329 ac97.res_table = nm256_res_table; in snd_nm256_mixer()