Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Hugo Villeneuve | 1c0090c | 2008-11-19 01:37:31 -0500 | [diff] [blame] | 2 | /* |
| 3 | * PCM3008 ALSA SoC Layer |
| 4 | * |
| 5 | * Author: Hugo Villeneuve |
| 6 | * Copyright (C) 2008 Lyrtech inc |
Hugo Villeneuve | 1c0090c | 2008-11-19 01:37:31 -0500 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef __LINUX_SND_SOC_PCM3008_H |
| 10 | #define __LINUX_SND_SOC_PCM3008_H |
| 11 | |
| 12 | struct pcm3008_setup_data { |
| 13 | unsigned dem0_pin; |
| 14 | unsigned dem1_pin; |
| 15 | unsigned pdad_pin; |
| 16 | unsigned pdda_pin; |
| 17 | }; |
| 18 | |
Hugo Villeneuve | 1c0090c | 2008-11-19 01:37:31 -0500 | [diff] [blame] | 19 | #endif |