pcm_active         59 sound/firewire/isight.c 	bool pcm_active;
pcm_active        134 sound/firewire/isight.c 	if (READ_ONCE(isight->pcm_active))
pcm_active        296 sound/firewire/isight.c 	WRITE_ONCE(isight->pcm_active, true);
pcm_active        334 sound/firewire/isight.c 	WRITE_ONCE(isight->pcm_active, false);
pcm_active        131 sound/pci/oxygen/oxygen.h 	u8 pcm_active;
pcm_active        242 sound/pci/oxygen/oxygen_mixer.c 	if (chip->pcm_active & (1 << PCM_SPDIF)) {
pcm_active        249 sound/pci/oxygen/oxygen_mixer.c 	} else if ((chip->pcm_active & (1 << PCM_MULTICH)) &&
pcm_active        271 sound/pci/oxygen/oxygen_mixer.c 			       ((chip->pcm_active & (1 << PCM_SPDIF)) ?
pcm_active        357 sound/pci/oxygen/oxygen_mixer.c 		if (!(chip->pcm_active & (1 << PCM_SPDIF)))
pcm_active        397 sound/pci/oxygen/oxygen_mixer.c 		if (chip->pcm_active & (1 << PCM_SPDIF))
pcm_active        175 sound/pci/oxygen/oxygen_pcm.c 	chip->pcm_active |= 1 << channel;
pcm_active        225 sound/pci/oxygen/oxygen_pcm.c 	chip->pcm_active &= ~(1 << channel);