Ignore:
Timestamp:
Sep 18, 2022, 2:46:55 AM (3 years ago)
Author:
Paul Smedley
Message:

Update ALSA code to 5.16.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/include/linux/dma-mapping.h

    r697 r736  
    55#include <linux/string.h>
    66#include <linux/err.h>
    7 
    8 /* These definitions mirror those in pci.h, so they can be used
    9  * interchangeably with their PCI_ counterparts */
    10 enum dma_data_direction {
    11         DMA_BIDIRECTIONAL = 0,
    12         DMA_TO_DEVICE = 1,
    13         DMA_FROM_DEVICE = 2,
    14         DMA_NONE = 3,
    15 };
    167
    178/*
Note: See TracChangeset for help on using the changeset viewer.