Lines Matching refs:spdif_out
785 snd_array_free(&codec->spdif_out); in snd_hda_codec_cleanup_for_unbind()
956 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16); in snd_hda_codec_device_new()
2229 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get()
2232 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2338 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put()
2341 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2366 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_get()
2369 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2396 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_put()
2399 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2491 spdif = snd_array_new(&codec->spdif_out); in snd_hda_create_dig_out_ctls()
2499 kctl->private_value = codec->spdif_out.used - 1; in snd_hda_create_dig_out_ctls()
2526 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
2545 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_unassign()
2548 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2567 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_assign()
2570 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()