Searched refs:build_3d (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 178 int (*build_3d) (struct snd_ac97 *ac97); member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ac97_codec.h | 178 int (*build_3d) (struct snd_ac97 *ac97); member
|
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_patch.c | 348 .build_3d = patch_yamaha_ymf7x3_3d, 425 .build_3d = patch_yamaha_ymf7x3_3d, 842 .build_3d = patch_wolfson_wm9713_3d, 946 .build_3d = patch_sigmatel_stac9700_3d, 993 .build_3d = patch_sigmatel_stac9708_3d, 1208 .build_3d = patch_sigmatel_stac9700_3d,
|
H A D | ac97_codec.c | 1586 if (ac97->build_ops->build_3d) { in snd_ac97_mixer_build() 1587 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_patch.c | 350 .build_3d = patch_yamaha_ymf7x3_3d, 428 .build_3d = patch_yamaha_ymf7x3_3d, 850 .build_3d = patch_wolfson_wm9713_3d, 967 .build_3d = patch_sigmatel_stac9700_3d, 1015 .build_3d = patch_sigmatel_stac9708_3d, 1230 .build_3d = patch_sigmatel_stac9700_3d,
|
H A D | ac97_codec.c | 1631 if (ac97->build_ops->build_3d) { in snd_ac97_mixer_build() 1632 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()
|
Completed in 23 milliseconds