Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h210 unsigned int spdif_in_enable; /* SPDIF input enable? */ member
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_codec.c2639 ucontrol->value.integer.value[0] = codec->spdif_in_enable; in snd_hda_spdif_in_switch_get()
2652 change = codec->spdif_in_enable != val; in snd_hda_spdif_in_switch_put()
2654 codec->spdif_in_enable = val; in snd_hda_spdif_in_switch_put()
2729 codec->spdif_in_enable = in snd_hda_create_spdif_in_ctls()