Home
last modified time | relevance | path

Searched refs:spdif_mutex (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/hda/
H A Dhda_codec.c930 mutex_init(&codec->spdif_mutex); in snd_hda_codec_device_init()
2221 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2227 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2330 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2343 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2358 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2361 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2388 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2398 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2543 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
[all …]
H A Dpatch_hdmi.c2067 mutex_lock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
2073 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
2077 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
3553 mutex_lock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
3637 mutex_unlock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
/linux/include/sound/
H A Dhda_codec.h207 struct mutex spdif_mutex; member