[PATCH v2 4/4] ALSA: hda/intel: Raise msi_addr_mask to dma_bits
Takashi Iwai
tiwai at suse.de
Wed Jan 21 00:15:09 PST 2026
On Wed, 21 Jan 2026 04:49:40 +0100,
Vivian Wang wrote:
>
> The code was originally written using no_64bit_msi, which restricts the
> device to 32-bit MSI addresses.
>
> Since msi_addr_mask is introduced, use DMA_BIT_MASK(dma_bits) instead of
> DMA_BIT_MASK(32) here for msi_addr_mask, describing the restriction more
> precisely and allowing these devices to work on platforms with MSI
> doorbell address above 32-bit space, as long as it is within the
> hardware's addressable space.
>
> Signed-off-by: Vivian Wang <wangruikang at iscas.ac.cn>
>
> ---
> v2: No changes
>
> hda/intel maintainers: I don't know if this is the correct restriction.
> Please help with checking. Thanks.
The quirk is used only for AMD graphics chips, so this should
(hopefully) work.
Acked-by: Takashi Iwai <tiwai at suse.de>
thanks,
Takashi
More information about the linux-riscv
mailing list