Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_codec.c1349 mutex_init(&codec->spdif_mutex); in snd_hda_codec_new()
3108 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
3114 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
3205 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
3218 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
3231 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
3234 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
3259 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
3269 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
3393 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
[all …]
Dpatch_hdmi.c1426 mutex_lock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
1429 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
2262 mutex_lock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
2346 mutex_unlock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
Dhda_codec.h849 struct mutex spdif_mutex; member