Ignore:
Timestamp:
Aug 21, 2021, 3:35:34 AM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/azt3328.c

    r679 r695  
    197197MODULE_DESCRIPTION("Aztech AZF3328 (PCI168)");
    198198MODULE_LICENSE("GPL");
    199 MODULE_SUPPORTED_DEVICE("{{Aztech,AZF3328}}");
    200199
    201200#if IS_REACHABLE(CONFIG_GAMEPORT)
     
    23802379
    23812380        /* check if we can restrict PCI DMA transfers to 24 bits */
    2382         if (dma_set_mask(&pci->dev, DMA_BIT_MASK(24)) < 0 ||
    2383             dma_set_coherent_mask(&pci->dev, DMA_BIT_MASK(24)) < 0) {
     2381        if (dma_set_mask_and_coherent(&pci->dev, DMA_BIT_MASK(24))) {
    23842382                dev_err(card->dev,
    23852383                        "architecture does not support 24bit PCI busmaster DMA\n"
     
    24492447                /* shutdown codecs to reduce power / noise */
    24502448                        /* have ...ctrl_codec_activity() act properly */
    2451                 codec->running = 1;
     2449                codec->running = true;
    24522450                snd_azf3328_ctrl_codec_activity(chip, codec_type, 0);
    24532451
Note: See TracChangeset for help on using the changeset viewer.