Searched refs:spkalloc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_eld.c | 635 int spkalloc, ati_sad, aud_synch; in snd_hdmi_get_eld_ati() local 641 spkalloc = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_SPEAKER_ALLOCATION, 0); in snd_hdmi_get_eld_ati() 643 if (spkalloc <= 0) { in snd_hdmi_get_eld_ati() 654 buf[7] = spkalloc & ATI_SPKALLOC_SPKALLOC; in snd_hdmi_get_eld_ati() 657 if (spkalloc & ATI_SPKALLOC_TYPE_DISPLAYPORT) in snd_hdmi_get_eld_ati()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_eld.c | 639 int spkalloc, ati_sad, aud_synch; in snd_hdmi_get_eld_ati() local 645 spkalloc = snd_hda_codec_read(codec, nid, 0, ATI_VERB_GET_SPEAKER_ALLOCATION, 0); in snd_hdmi_get_eld_ati() 647 if (spkalloc <= 0) { in snd_hdmi_get_eld_ati() 658 buf[7] = spkalloc & ATI_SPKALLOC_SPKALLOC; in snd_hdmi_get_eld_ati() 661 if (spkalloc & ATI_SPKALLOC_TYPE_DISPLAYPORT) in snd_hdmi_get_eld_ati()
|
Completed in 3 milliseconds