Home
last modified time | relevance | path

Searched refs:build_3d (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dac97_codec.h178 int (*build_3d) (struct snd_ac97 *ac97); member
/linux/sound/pci/ac97/
H A Dac97_patch.c346 .build_3d = patch_yamaha_ymf7x3_3d,
424 .build_3d = patch_yamaha_ymf7x3_3d,
846 .build_3d = patch_wolfson_wm9713_3d,
963 .build_3d = patch_sigmatel_stac9700_3d,
1010 .build_3d = patch_sigmatel_stac9708_3d,
1225 .build_3d = patch_sigmatel_stac9700_3d,
H A Dac97_codec.c1619 if (ac97->build_ops->build_3d) { in snd_ac97_mixer_build()
1620 ac97->build_ops->build_3d(ac97); in snd_ac97_mixer_build()