Symbol: mixer_init
sound/oss/dmasound/dmasound.h
123
void (*mixer_init)(void); /* optional */
sound/oss/dmasound/dmasound_atari.c
1547
.mixer_init = TTMixerInit,
sound/oss/dmasound/dmasound_atari.c
1574
.mixer_init = FalconMixerInit,
sound/oss/dmasound/dmasound_core.c
1388
mixer_init();
sound/oss/dmasound/dmasound_core.c
396
if (dmasound.mach.mixer_init)
sound/oss/dmasound/dmasound_core.c
397
dmasound.mach.mixer_init();
sound/oss/dmasound/dmasound_paula.c
701
.mixer_init = AmiMixerInit,
sound/pci/cs46xx/cs46xx.h
1686
void (*mixer_init)(struct snd_cs46xx *);
sound/pci/cs46xx/cs46xx_lib.c
2473
if (chip->mixer_init) {
sound/pci/cs46xx/cs46xx_lib.c
2475
chip->mixer_init(chip);
sound/pci/cs46xx/cs46xx_lib.c
3553
void (*mixer_init)(struct snd_cs46xx *);
sound/pci/cs46xx/cs46xx_lib.c
3568
.mixer_init = voyetra_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3582
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3589
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3596
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3604
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3611
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3618
.mixer_init = hercules_mixer_init,
sound/pci/cs46xx/cs46xx_lib.c
3851
chip->mixer_init = cp->mixer_init;
sound/pci/oxygen/oxygen.c
1009
chip->model.mixer_init = claro_mixer_init;
sound/pci/oxygen/oxygen.c
1016
chip->model.mixer_init = claro_halo_mixer_init;
sound/pci/oxygen/oxygen.c
1029
chip->model.mixer_init = generic_mixer_init;
sound/pci/oxygen/oxygen.c
1060
chip->model.mixer_init = generic_mixer_init;
sound/pci/oxygen/oxygen.c
946
.mixer_init = generic_wm8785_mixer_init,
sound/pci/oxygen/oxygen.c
996
chip->model.mixer_init = meridian_mixer_init;
sound/pci/oxygen/oxygen.h
83
int (*mixer_init)(struct oxygen *chip);
sound/pci/oxygen/oxygen_mixer.c
1104
return chip->model.mixer_init ? chip->model.mixer_init(chip) : 0;
sound/pci/oxygen/xonar_cs43xx.c
392
.mixer_init = xonar_d1_mixer_init,
sound/pci/oxygen/xonar_dg_mixer.c
436
.mixer_init = dg_mixer_init,
sound/pci/oxygen/xonar_pcm179x.c
1171
.mixer_init = xonar_d2_mixer_init,
sound/pci/oxygen/xonar_pcm179x.c
1206
.mixer_init = xonar_hdav_mixer_init,
sound/pci/oxygen/xonar_pcm179x.c
1240
.mixer_init = xonar_st_mixer_init,
sound/pci/oxygen/xonar_pcm179x.c
1342
chip->model.mixer_init = xonar_xense_mixer_init;
sound/pci/oxygen/xonar_wm87x6.c
1241
.mixer_init = xonar_ds_mixer_init,
sound/pci/oxygen/xonar_wm87x6.c
1275
.mixer_init = xonar_hdav_slim_mixer_init,