Lines Matching refs:spdif_out
775 snd_array_free(&codec->spdif_out); in snd_hda_codec_cleanup_for_unbind()
943 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16); in snd_hda_codec_device_new()
2207 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get()
2210 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2316 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put()
2319 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2344 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_get()
2347 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2374 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_put()
2377 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2469 spdif = snd_array_new(&codec->spdif_out); in snd_hda_create_dig_out_ctls()
2477 kctl->private_value = codec->spdif_out.used - 1; in snd_hda_create_dig_out_ctls()
2504 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
2523 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_unassign()
2526 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2545 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_assign()
2548 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()