Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_codec.c949 mutex_init(&codec->spdif_mutex); in snd_hda_codec_device_new()
2231 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2237 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2340 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2353 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2368 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2371 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2398 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2408 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2547 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
[all …]
H A Dpatch_hdmi.c2030 mutex_lock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
2036 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
2040 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
3420 mutex_lock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
3504 mutex_unlock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhda_codec.h207 struct mutex spdif_mutex; member