dig_out_used     3607 sound/pci/hda/hda_codec.c 	if (mout->dig_out_used == HDA_DIG_ANALOG_DUP)
dig_out_used     3610 sound/pci/hda/hda_codec.c 	mout->dig_out_used = HDA_DIG_EXCLUSIVE;
dig_out_used     3661 sound/pci/hda/hda_codec.c 	mout->dig_out_used = 0;
dig_out_used     3746 sound/pci/hda/hda_codec.c 	    mout->dig_out_used != HDA_DIG_EXCLUSIVE) {
dig_out_used     3751 sound/pci/hda/hda_codec.c 			mout->dig_out_used = HDA_DIG_ANALOG_DUP;
dig_out_used     3755 sound/pci/hda/hda_codec.c 			mout->dig_out_used = 0;
dig_out_used     3827 sound/pci/hda/hda_codec.c 	if (mout->dig_out_nid && mout->dig_out_used == HDA_DIG_ANALOG_DUP) {
dig_out_used     3829 sound/pci/hda/hda_codec.c 		mout->dig_out_used = 0;
dig_out_used      221 sound/pci/hda/hda_local.h 	int dig_out_used;	/* current usage of digital out (HDA_DIG_XXX) */