Home
last modified time | relevance | path

Searched refs:spdif_out (Results 1 – 7 of 7) sorted by relevance

/sound/soc/kirkwood/
Darmada-370-db.c62 SND_SOC_DAILINK_DEFS(spdif_out,
84 SND_SOC_DAILINK_REG(spdif_out),
/sound/soc/spear/
DMakefile5 snd-soc-spear-spdif-out-objs := spdif_out.o
/sound/usb/6fire/
Dcontrol.h33 int n_analog_in, bool spdif_out, bool spdif_in);
Dcontrol.c138 int n_analog_in, bool spdif_out, bool spdif_in) in usb6fire_control_set_channels() argument
/sound/pci/hda/
Dhda_codec.c796 snd_array_free(&codec->spdif_out); in snd_hda_codec_cleanup_for_unbind()
939 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16); in snd_hda_codec_device_init()
2214 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get()
2217 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2323 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put()
2326 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2351 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_get()
2354 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2381 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_put()
2384 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
[all …]
/sound/pci/
Dcmipci.c2411 DEFINE_BIT_SWITCH_ARG(spdif_out, CM_REG_FUNCTRL1, CM_SPDF_0, 0, 0);
2596 DEFINE_MIXER_SWITCH("IEC958 Out", spdif_out),
/sound/pci/rme9652/
Dhdsp.c4812 info.spdif_out = (unsigned char)hdsp_toggle_setting(hdsp, in snd_hdsp_hwdep_ioctl()