Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dhda_codec.h211 unsigned int spdif_in_enable; /* SPDIF input enable? */ member
/openbmc/linux/sound/pci/hda/
H A Dhda_codec.c2628 ucontrol->value.integer.value[0] = codec->spdif_in_enable; in snd_hda_spdif_in_switch_get()
2641 change = codec->spdif_in_enable != val; in snd_hda_spdif_in_switch_put()
2643 codec->spdif_in_enable = val; in snd_hda_spdif_in_switch_put()
2718 codec->spdif_in_enable = in snd_hda_create_spdif_in_ctls()