• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/

Lines Matching defs:mout

1645 	struct hda_multi_out *mout = &spec->multiout;
1646 hda_nid_t *nids = mout->dac_nids;
1651 if (mout->dig_out_nid && mout->dig_out_used != HDA_DIG_EXCLUSIVE) {
1653 snd_hda_is_supported_format(codec, mout->dig_out_nid,
1656 mout->dig_out_used = HDA_DIG_ANALOG_DUP;
1660 snd_hda_codec_write(codec, mout->dig_out_nid, 0,
1664 snd_hda_codec_setup_stream(codec, mout->dig_out_nid,
1668 snd_hda_codec_write(codec, mout->dig_out_nid, 0,
1672 mout->dig_out_used = 0;
1673 snd_hda_codec_setup_stream(codec, mout->dig_out_nid,
1683 if (mout->hp_nid && mout->hp_nid != nids[HDA_FRONT]
1686 snd_hda_codec_setup_stream(codec, mout->hp_nid, stream_tag,
1690 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
1691 if (mout->extra_out_nid[i])
1693 mout->extra_out_nid[i],
1697 for (i = 1; i < mout->num_dacs; i++) {
1714 struct hda_multi_out *mout = &spec->multiout;
1715 hda_nid_t *nids = mout->dac_nids;
1721 if (mout->hp_nid && mout->hp_nid != nids[HDA_FRONT] &&
1723 snd_hda_codec_setup_stream(codec, mout->hp_nid,
1735 struct hda_multi_out *mout = &spec->multiout;
1736 hda_nid_t *nids = mout->dac_nids;
1740 for (i = 0; i < mout->num_dacs; i++)
1743 if (mout->hp_nid && !spec->hp_independent_mode)
1744 snd_hda_codec_setup_stream(codec, mout->hp_nid,
1747 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
1748 if (mout->extra_out_nid[i])
1750 mout->extra_out_nid[i],
1753 if (mout->dig_out_nid &&
1754 mout->dig_out_used == HDA_DIG_ANALOG_DUP) {
1755 snd_hda_codec_setup_stream(codec, mout->dig_out_nid,
1757 mout->dig_out_used = 0;
1761 if (mout->hp_nid && mout->hp_nid != nids[HDA_FRONT] &&
1763 snd_hda_codec_setup_stream(codec, mout->hp_nid,