Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/
Disight.c59 bool pcm_active; member
134 if (ACCESS_ONCE(isight->pcm_active)) in isight_pcm_abort()
296 ACCESS_ONCE(isight->pcm_active) = true; in isight_hw_params()
334 ACCESS_ONCE(isight->pcm_active) = false; in isight_hw_free()
/linux-4.4.14/sound/pci/oxygen/
Doxygen_mixer.c254 if (chip->pcm_active & (1 << PCM_SPDIF)) { in oxygen_update_spdif_source()
261 } else if ((chip->pcm_active & (1 << PCM_MULTICH)) && in oxygen_update_spdif_source()
283 ((chip->pcm_active & (1 << PCM_SPDIF)) ? in oxygen_update_spdif_source()
369 if (!(chip->pcm_active & (1 << PCM_SPDIF))) in spdif_default_put()
409 if (chip->pcm_active & (1 << PCM_SPDIF)) in spdif_pcm_put()
Doxygen.h130 u8 pcm_active; member
Doxygen_pcm.c187 chip->pcm_active |= 1 << channel; in oxygen_open()
237 chip->pcm_active &= ~(1 << channel); in oxygen_close()