Home
last modified time | relevance | path

Searched refs:mout (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c2575 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); in spdif_share_sw_get() local
2576 ucontrol->value.integer.value[0] = mout->share_spdif; in spdif_share_sw_get()
2583 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); in spdif_share_sw_put() local
2584 mout->share_spdif = !!ucontrol->value.integer.value[0]; in spdif_share_sw_put()
2602 struct hda_multi_out *mout) in snd_hda_create_spdif_share_sw() argument
2606 if (!mout->dig_out_nid) in snd_hda_create_spdif_share_sw()
2609 kctl = snd_ctl_new1(&spdif_share_sw, mout); in snd_hda_create_spdif_share_sw()
2613 return snd_hda_ctl_add(codec, mout->dig_out_nid, kctl); in snd_hda_create_spdif_share_sw()
3667 struct hda_multi_out *mout) in snd_hda_multi_out_dig_open() argument
3670 if (mout->dig_out_used == HDA_DIG_ANALOG_DUP) in snd_hda_multi_out_dig_open()
[all …]
H A Dhda_local.h225 struct hda_multi_out *mout);
227 struct hda_multi_out *mout);
229 struct hda_multi_out *mout);
231 struct hda_multi_out *mout,
236 struct hda_multi_out *mout);
238 struct hda_multi_out *mout,
242 struct hda_multi_out *mout,
247 struct hda_multi_out *mout);