• Wei Ni's avatar
    ALSA: hda - Change the AZX_MAX_PCMS to 10 · 7b36ea96
    Wei Ni authored
    In hda_codec.c, it has define
    "[HDA_PCM_TYPE_HDMI]  = { 3, 7, 8, 9, -1 },",
    it support up to device 9 for HDMI.
    But in hda_intel.c, it only define AZX_MAX_PCMS as 8.
    So if it have 4 hdmi codecs, when run azx_attach_pcm_stream(),
    it will show error "Invalid PCM device number 8", and "... number 9",
    and return "-EINVAL".
    We should change the AZX_MAX_PCMS to 10.
    Signed-off-by: default avatarWei Ni <wni@nvidia.com>
    Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
    7b36ea96
hda_intel.c 72.8 KB