spdif_present      33 sound/pci/hda/patch_cirrus.c 	unsigned int spdif_present:1;
spdif_present     159 sound/pci/hda/patch_cirrus.c 	spec->gen.master_mute = !!(spec->spdif_present && spec->sense_b);
spdif_present    1023 sound/pci/hda/patch_cirrus.c 	bool spdif_present = false;
spdif_present    1031 sound/pci/hda/patch_cirrus.c 	spdif_present = snd_hda_jack_detect(codec, spdif_pin);
spdif_present    1032 sound/pci/hda/patch_cirrus.c 	if (spdif_present == spec->spdif_present)
spdif_present    1035 sound/pci/hda/patch_cirrus.c 	spec->spdif_present = spdif_present;
spdif_present    1037 sound/pci/hda/patch_cirrus.c 	snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0);