Lines Matching refs:spdif_out
785 snd_array_free(&codec->spdif_out); in snd_hda_codec_cleanup_for_unbind()
955 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16); in snd_hda_codec_device_new()
2225 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_get()
2228 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_get()
2334 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_default_put()
2337 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_default_put()
2362 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_get()
2365 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_get()
2392 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_out_switch_put()
2395 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_out_switch_put()
2487 spdif = snd_array_new(&codec->spdif_out); in snd_hda_create_dig_out_ctls()
2495 kctl->private_value = codec->spdif_out.used - 1; in snd_hda_create_dig_out_ctls()
2522 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
2541 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_unassign()
2544 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_unassign()
2563 if (WARN_ON(codec->spdif_out.used <= idx)) in snd_hda_spdif_ctls_assign()
2566 spdif = snd_array_elem(&codec->spdif_out, idx); in snd_hda_spdif_ctls_assign()