Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dhda_codec.c2527 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); in spdif_share_sw_get() local
2528 ucontrol->value.integer.value[0] = mout->share_spdif; in spdif_share_sw_get()
2535 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol); in spdif_share_sw_put() local
2536 mout->share_spdif = !!ucontrol->value.integer.value[0]; in spdif_share_sw_put()
2554 struct hda_multi_out *mout) in snd_hda_create_spdif_share_sw() argument
2558 if (!mout->dig_out_nid) in snd_hda_create_spdif_share_sw()
2561 kctl = snd_ctl_new1(&spdif_share_sw, mout); in snd_hda_create_spdif_share_sw()
2565 return snd_hda_ctl_add(codec, mout->dig_out_nid, kctl); in snd_hda_create_spdif_share_sw()
3588 struct hda_multi_out *mout) in snd_hda_multi_out_dig_open() argument
3591 if (mout->dig_out_used == HDA_DIG_ANALOG_DUP) in snd_hda_multi_out_dig_open()
[all …]
Dhda_local.h226 struct hda_multi_out *mout);
228 struct hda_multi_out *mout);
230 struct hda_multi_out *mout);
232 struct hda_multi_out *mout,
237 struct hda_multi_out *mout);
239 struct hda_multi_out *mout,
243 struct hda_multi_out *mout,
248 struct hda_multi_out *mout);