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.c916 mutex_init(&codec->spdif_mutex); in snd_hda_codec_device_init()
2177 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_default_get()
2285 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_default_put()
2312 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_out_switch_get()
2341 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_out_switch_put()
2466 * call within spdif_mutex lock
2495 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_ctls_unassign()
2516 guard(mutex)(&codec->spdif_mutex); in snd_hda_spdif_ctls_assign()
2535 guard(mutex)(&codec->spdif_mutex); in spdif_share_sw_get()
2548 guard(mutex)(&codec->spdif_mutex); in spdif_share_sw_put()
[all...]
/linux/sound/hda/codecs/hdmi/
H A Dnvhdmi-mcp.c134 guard(mutex)(&codec->spdif_mutex); in nvhdmi_8ch_7x_pcm_prepare()
H A Dhdmi.c1628 guard(mutex)(&codec->spdif_mutex); in check_non_pcm_per_cvt()
/linux/include/sound/
H A Dhda_codec.h209 struct mutex spdif_mutex; member