Searched refs:mout (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c2708 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); local
2709 ucontrol->value.integer.value[0] = mout->share_spdif;
2716 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); local
2717 mout->share_spdif = !!ucontrol->value.integer.value[0];
2732 * @mout: multi-out instance
2735 struct hda_multi_out *mout)
2737 if (!mout->dig_out_nid)
2739 /* ATTENTION: here mout is passed as private_data, instead of codec */
2740 return snd_hda_ctl_add(codec, mout->dig_out_nid,
2741 snd_ctl_new1(&spdif_share_sw, mout));
2734 snd_hda_create_spdif_share_sw(struct hda_codec *codec, struct hda_multi_out *mout) argument
4147 snd_hda_multi_out_dig_open(struct hda_codec *codec, struct hda_multi_out *mout) argument
4163 snd_hda_multi_out_dig_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) argument
4179 snd_hda_multi_out_dig_cleanup(struct hda_codec *codec, struct hda_multi_out *mout) argument
4192 snd_hda_multi_out_dig_close(struct hda_codec *codec, struct hda_multi_out *mout) argument
4209 snd_hda_multi_out_analog_open(struct hda_codec *codec, struct hda_multi_out *mout, struct snd_pcm_substream *substream, struct hda_pcm_stream *hinfo) argument
4257 snd_hda_multi_out_analog_prepare(struct hda_codec *codec, struct hda_multi_out *mout, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) argument
4315 snd_hda_multi_out_analog_cleanup(struct hda_codec *codec, struct hda_multi_out *mout) argument
[all...]
H A Dhda_local.h284 struct hda_multi_out *mout);
286 struct hda_multi_out *mout);
288 struct hda_multi_out *mout);
290 struct hda_multi_out *mout,
295 struct hda_multi_out *mout);
297 struct hda_multi_out *mout,
301 struct hda_multi_out *mout,
306 struct hda_multi_out *mout);
H A Dpatch_via.c1645 struct hda_multi_out *mout = &spec->multiout; local
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
1714 struct hda_multi_out *mout = &spec->multiout; local
1735 struct hda_multi_out *mout = &spec->multiout; local
[all...]

Completed in 165 milliseconds