Searched refs:mfg (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_bind.c | 34 if (preset->mfg && preset->mfg != codec->core.mfg) in hda_codec_match()
|
D | patch_si3054.c | 208 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = codec->core.mfg; in si3054_build_pcms() 209 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = codec->core.mfg; in si3054_build_pcms() 230 snd_hda_codec_write(codec, codec->core.mfg, 0, AC_VERB_SET_STREAM_FORMAT, 0); in si3054_init()
|
D | hda_sysfs.c | 74 CODEC_INFO_SHOW(mfg, core.mfg); 506 static DEVICE_ATTR_RO(mfg);
|
D | hda_proc.c | 684 if (codec->mfg) in print_codec_core_info() 691 if (codec->mfg) in print_codec_core_info() 692 snd_iprintf(buffer, "Modem Function Group: 0x%x\n", codec->mfg); in print_codec_core_info()
|
D | hda_codec.h | 115 hda_nid_t afg, mfg; member
|
D | hda_codec.c | 1072 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_new() 1125 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_update_widgets() 3051 if (nid == codec->core.afg || nid == codec->core.mfg) in snd_hda_codec_eapd_power_filter() 3071 hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in hda_set_power_state()
|
/linux-4.1.27/sound/hda/ |
D | hdac_device.c | 81 if (!codec->afg && !codec->mfg) { in snd_hdac_device_init() 87 fg = codec->afg ? codec->afg : codec->mfg; in snd_hdac_device_init() 341 codec->mfg = nid; in setup_fg_nodes()
|
D | hdac_sysfs.c | 44 CODEC_ATTR(mfg); 181 if (nid == codec->afg || nid == codec->mfg) in has_pcm_cap()
|
/linux-4.1.27/include/sound/ |
D | hdaudio.h | 46 hda_nid_t mfg; /* MFG node id */ member
|
/linux-4.1.27/Documentation/ |
D | parport-lowlevel.txt | 875 int parport_find_device (const char *mfg, const char *mdl, int from);
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 371 mfg::
|