Searched refs:follower_dig_outs (Results 1 – 5 of 5) sorted by relevance
113 hda_nid_t follower_dig_outs[3]; /* optional - for auto-parsing */ member
796 codec->follower_dig_outs = NULL; in snd_hda_codec_cleanup_for_unbind()2293 d = codec->follower_dig_outs; in set_dig_out()3636 if (codec->follower_dig_outs) { in setup_dig_out_stream()3638 for (d = codec->follower_dig_outs; *d; d++) in setup_dig_out_stream()3651 if (codec->follower_dig_outs) { in cleanup_dig_out_stream()3653 for (d = codec->follower_dig_outs; *d; d++) in cleanup_dig_out_stream()
210 const hda_nid_t *follower_dig_outs; member
4050 spec->multiout.follower_dig_outs = spec->follower_dig_outs; in parse_digital()4051 if (nums >= ARRAY_SIZE(spec->follower_dig_outs) - 1) in parse_digital()4053 spec->follower_dig_outs[nums - 1] = dig_nid; in parse_digital()5795 codec->follower_dig_outs = spec->multiout.follower_dig_outs; in snd_hda_gen_build_pcms()
211 const hda_nid_t *follower_dig_outs; /* optional digital out follower widgets */ member
Completed in 30 milliseconds