cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

asoc-ux500-msp.h (433B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) ST-Ericsson SA 2010
      4 *
      5 * Author: Rabin Vincent <rabin.vincent@stericsson.com> for ST-Ericsson
      6 */
      7
      8#ifndef __MSP_H
      9#define __MSP_H
     10
     11#include <linux/platform_data/dma-ste-dma40.h>
     12
     13/* Platform data structure for a MSP I2S-device */
     14struct msp_i2s_platform_data {
     15	int id;
     16	struct stedma40_chan_cfg *msp_i2s_dma_rx;
     17	struct stedma40_chan_cfg *msp_i2s_dma_tx;
     18};
     19
     20#endif