Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/hda/
Dhda_codec.c936 mutex_init(&codec->spdif_mutex); in snd_hda_codec_device_new()
2209 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2215 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2318 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2331 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2346 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2349 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2376 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2386 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2525 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
[all …]
Dpatch_hdmi.c1850 mutex_lock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
1858 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
3247 mutex_lock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
3331 mutex_unlock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
/Linux-v5.4/include/sound/
Dhda_codec.h208 struct mutex spdif_mutex; member