]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 21 Nov 2020 08:37:47 +0000 (09:37 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 21 Nov 2020 09:32:43 +0000 (10:32 +0100)
commit9ac05523d38d4c2f40c9e41fc1453146fcd74368
treee4d336925bde0dbb8b3eb37bf9e856afc3823e5b
parente714fa93898f3b1050356a16bef72168166ade2a
ALSA: emu10k1: Use dma_set_mask_and_coherent to simplify code

'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.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201121083747.1330299-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1x.c