Home
last modified time | relevance | path

Searched refs:spdif_pcm_ctl (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/sound/pci/trident/
Dtrident.h358 struct snd_kcontrol *spdif_pcm_ctl; /* S/PDIF settings */ member
Dtrident_main.c1341 snd_ctl_notify(trident->card, SNDRV_CTL_EVENT_MASK_VALUE, &trident->spdif_pcm_ctl->id); in snd_trident_spdif_hw_params()
1881 trident->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_open()
1883 SNDRV_CTL_EVENT_MASK_INFO, &trident->spdif_pcm_ctl->id); in snd_trident_spdif_open()
1920 trident->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_trident_spdif_close()
1922 SNDRV_CTL_EVENT_MASK_INFO, &trident->spdif_pcm_ctl->id); in snd_trident_spdif_close()
3076 trident->spdif_pcm_ctl = kctl; in snd_trident_mixer()
/linux-5.19.10/sound/pci/ymfpci/
Dymfpci.h330 struct snd_kcontrol *spdif_pcm_ctl; member
Dymfpci_main.c976 chip->spdif_pcm_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_ymfpci_playback_spdif_open()
978 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id); in snd_ymfpci_playback_spdif_open()
1076 chip->spdif_pcm_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_ymfpci_playback_spdif_close()
1078 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id); in snd_ymfpci_playback_spdif_close()
1844 chip->spdif_pcm_ctl = kctl; in snd_ymfpci_mixer()