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

pcm3008.h (330B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * PCM3008 ALSA SoC Layer
      4 *
      5 * Author:	Hugo Villeneuve
      6 * Copyright (C) 2008 Lyrtech inc
      7 */
      8
      9#ifndef __LINUX_SND_SOC_PCM3008_H
     10#define __LINUX_SND_SOC_PCM3008_H
     11
     12struct pcm3008_setup_data {
     13	unsigned dem0_pin;
     14	unsigned dem1_pin;
     15	unsigned pdad_pin;
     16	unsigned pdda_pin;
     17};
     18
     19#endif