mfg                57 include/sound/hdaudio.h 	hda_nid_t mfg;			/* MFG node id */
mfg                86 sound/hda/hdac_device.c 	if (!codec->afg && !codec->mfg) {
mfg                92 sound/hda/hdac_device.c 	fg = codec->afg ? codec->afg : codec->mfg;
mfg               384 sound/hda/hdac_device.c 			codec->mfg = nid;
mfg                45 sound/hda/hdac_sysfs.c CODEC_ATTR(mfg);
mfg               190 sound/hda/hdac_sysfs.c 	if (nid == codec->afg || nid == codec->mfg)
mfg               967 sound/pci/hda/hda_codec.c 	fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
mfg              1019 sound/pci/hda/hda_codec.c 	fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
mfg              2762 sound/pci/hda/hda_codec.c 	if (nid == codec->core.afg || nid == codec->core.mfg)
mfg              2782 sound/pci/hda/hda_codec.c 	hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
mfg               725 sound/pci/hda/hda_proc.c 	if (codec->mfg)
mfg               732 sound/pci/hda/hda_proc.c 	if (codec->mfg)
mfg               733 sound/pci/hda/hda_proc.c 		snd_iprintf(buffer, "Modem Function Group: 0x%x\n", codec->mfg);
mfg                75 sound/pci/hda/hda_sysfs.c CODEC_INFO_SHOW(mfg, core.mfg);
mfg               507 sound/pci/hda/hda_sysfs.c static DEVICE_ATTR_RO(mfg);
mfg               194 sound/pci/hda/patch_si3054.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = codec->core.mfg;
mfg               195 sound/pci/hda/patch_si3054.c 	info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = codec->core.mfg;
mfg               216 sound/pci/hda/patch_si3054.c 	snd_hda_codec_write(codec, codec->core.mfg, 0, AC_VERB_SET_STREAM_FORMAT, 0);