mbox series

[0/2] ALSA: Simplify with dma_set_mask_and_coherent()

Message ID 20210114125412.993-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: Simplify with dma_set_mask_and_coherent() | expand

Message

Takashi Iwai Jan. 14, 2021, 12:54 p.m. UTC
Simple patches that convert the two calls of dma_set_mask*() into the
single dma_set_mask_and_coherent() helper. 

Just a minor cleanup, there should be no functional changes.


Takashi

===

Takashi Iwai (2):
  ALSA: pci: Simplify with dma_set_mask_and_coherent()
  ALSA: x86: Simplify with dma_set_mask_and_coherent()

 sound/pci/ad1889.c                  | 3 +--
 sound/pci/ali5451/ali5451.c         | 3 +--
 sound/pci/als300.c                  | 3 +--
 sound/pci/als4000.c                 | 3 +--
 sound/pci/au88x0/au88x0.c           | 3 +--
 sound/pci/aw2/aw2-alsa.c            | 3 +--
 sound/pci/azt3328.c                 | 3 +--
 sound/pci/ca0106/ca0106_main.c      | 3 +--
 sound/pci/cs5535audio/cs5535audio.c | 3 +--
 sound/pci/ctxfi/cthw20k1.c          | 8 ++------
 sound/pci/ctxfi/cthw20k2.c          | 8 ++------
 sound/pci/es1938.c                  | 3 +--
 sound/pci/es1968.c                  | 3 +--
 sound/pci/hda/hda_intel.c           | 8 ++------
 sound/pci/ice1712/ice1712.c         | 3 +--
 sound/pci/maestro3.c                | 3 +--
 sound/pci/sonicvibes.c              | 3 +--
 sound/pci/trident/trident_main.c    | 3 +--
 sound/x86/intel_hdmi_audio.c        | 3 +--
 19 files changed, 22 insertions(+), 50 deletions(-)