Symbol: mix_getdevinfo
sys/bus/u4b/audio/uaudio_pcm.c
130
return (uaudio_mixer_init_sub(mix_getdevinfo(m), m));
sys/bus/u4b/audio/uaudio_pcm.c
145
uaudio_mixer_set(mix_getdevinfo(m), type, left, right);
sys/bus/u4b/audio/uaudio_pcm.c
165
retval = uaudio_mixer_setrecsrc(mix_getdevinfo(m), src);
sys/bus/u4b/audio/uaudio_pcm.c
175
return (uaudio_mixer_uninit_sub(mix_getdevinfo(m)));
sys/dev/sound/pci/als4000.c
576
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/als4000.c
608
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/cmi.c
656
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/cmi.c
680
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/cmi.c
728
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/emu10kx-pcm.c
209
sc = mix_getdevinfo(m);
sys/dev/sound/pci/emu10kx-pcm.c
260
sc = mix_getdevinfo(m);
sys/dev/sound/pci/emu10kx-pcm.c
275
sc = mix_getdevinfo(m);
sys/dev/sound/pci/emu10kx-pcm.c
398
sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24.c
1949
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24.c
1971
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24.c
1985
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24.c
1999
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24.c
2041
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24ht.c
1858
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24ht.c
1885
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24ht.c
1899
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24ht.c
1913
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/envy24ht.c
1955
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/es137x.c
318
es = mix_getdevinfo(m);
sys/dev/sound/pci/es137x.c
359
es = mix_getdevinfo(m);
sys/dev/sound/pci/es137x.c
387
es = mix_getdevinfo(m);
sys/dev/sound/pci/hda/hdaa.c
2256
struct hdaa_pcm_devinfo *pdevinfo = mix_getdevinfo(m);
sys/dev/sound/pci/hda/hdaa.c
2612
struct hdaa_pcm_devinfo *pdevinfo = mix_getdevinfo(m);
sys/dev/sound/pci/hda/hdaa.c
2788
struct hdaa_pcm_devinfo *pdevinfo = mix_getdevinfo(m);
sys/dev/sound/pci/hdspe-pcm.c
115
struct sc_pcminfo *scp = mix_getdevinfo(m);
sys/dev/sound/pci/hdspe-pcm.c
142
struct sc_pcminfo *scp = mix_getdevinfo(m);
sys/dev/sound/pci/solo.c
653
struct ess_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/solo.c
670
struct ess_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/solo.c
730
struct ess_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/vibes.c
543
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pci/vibes.c
550
struct sc_info *sc = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1029
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1044
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1054
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
1065
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/ac97.c
928
struct ac97_info *codec = mix_getdevinfo(m);
sys/dev/sound/pcm/mixer.h
66
void *mix_getdevinfo(struct snd_mixer *m);