[PATCH] ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code
Takashi Iwai
tiwai at suse.de
Sat Nov 21 09:26:51 CET 2020
On Sat, 21 Nov 2020 09:16:32 +0100,
Christophe JAILLET wrote:
>
> 'pci_set_dma_mask()' + 'pci_set_consistent_dma_mask()' can be replaced by
> an equivalent 'dma_set_mask_and_coherent()' which is much less verbose.
It's a good cleanup, but ...
> With at it replace the 'card->dev' parameter passed to a 'dev_err()' call
> by an equivalent '&pci->dev' which is more consistent with the test just
> one line above.
... this will make it inconsistent with other error message lines in
the same function, OTOH. So I don't think this part necessary to be
changed.
thanks,
Takashi
More information about the Alsa-devel
mailing list