Home
last modified time | relevance | path

Searched refs:spdif_in_enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/sound/
Dhda_codec.h211 unsigned int spdif_in_enable; /* SPDIF input enable? */ member
/linux-6.6.21/sound/pci/hda/
Dhda_codec.c2626 ucontrol->value.integer.value[0] = codec->spdif_in_enable; in snd_hda_spdif_in_switch_get()
2639 change = codec->spdif_in_enable != val; in snd_hda_spdif_in_switch_put()
2641 codec->spdif_in_enable = val; in snd_hda_spdif_in_switch_put()
2716 codec->spdif_in_enable = in snd_hda_create_spdif_in_ctls()