Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dcodec.c912 mutex_init(&codec->spdif_mutex); in snd_hda_codec_device_init()
2175 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2181 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2284 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2297 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2312 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2315 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2342 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2352 mutex_unlock(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2497 mutex_lock(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
[all …]
/linux/sound/hda/codecs/hdmi/
H A Dnvhdmi-mcp.c134 mutex_lock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
218 mutex_unlock(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
H A Dhdmi.c1660 mutex_lock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
1666 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
1670 mutex_unlock(&codec->spdif_mutex); in check_non_pcm_per_cvt()
/linux/include/sound/
H A Dhda_codec.h210 struct mutex spdif_mutex; member