Searched refs:spdif_pcm_ctl (Results 1 - 4 of 4) sorted by path

/linux-master/sound/pci/trident/
H A Dtrident.h358 struct snd_kcontrol *spdif_pcm_ctl; /* S/PDIF settings */ member in struct:snd_trident
H A Dtrident_main.c1341 snd_ctl_notify(trident->card, SNDRV_CTL_EVENT_MASK_VALUE, &trident->spdif_pcm_ctl->id);
1881 trident->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1883 SNDRV_CTL_EVENT_MASK_INFO, &trident->spdif_pcm_ctl->id);
1920 trident->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1922 SNDRV_CTL_EVENT_MASK_INFO, &trident->spdif_pcm_ctl->id);
3076 trident->spdif_pcm_ctl = kctl;
/linux-master/sound/pci/ymfpci/
H A Dymfpci.h373 struct snd_kcontrol *spdif_pcm_ctl; member in struct:snd_ymfpci
H A Dymfpci_main.c971 chip->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE;
973 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id);
1071 chip->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE;
1073 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id);
1839 chip->spdif_pcm_ctl = kctl;

Completed in 371 milliseconds