Searched refs:set_spdif_ctls (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_codec.c | 2374 static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid, in set_spdif_ctls() function 2406 set_spdif_ctls(codec, nid, val & 0xff, -1); in snd_hda_spdif_out_switch_put() 2573 set_spdif_ctls(codec, nid, val & 0xff, (val >> 8) & 0xff); in snd_hda_spdif_ctls_assign()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_codec.c | 2358 static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid, in set_spdif_ctls() function 2390 set_spdif_ctls(codec, nid, val & 0xff, -1); in snd_hda_spdif_out_switch_put() 2561 set_spdif_ctls(codec, nid, val & 0xff, (val >> 8) & 0xff); in snd_hda_spdif_ctls_assign()
|
Completed in 11 milliseconds