summaryrefslogtreecommitdiff
path: root/include/sound/max97236.h
blob: b894b6839656f77e4302ec4a193b24e9e861a896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Platform data for MAX97236
 *
 * Copyright 2012 Maxim Integrated Products
 *
 *  This program is free software; you can redistribute  it and/or modify it
 *  under  the terms of  the GNU General  Public License as published by the
 *  Free Software Foundation;  either version 2 of the  License, or (at your
 *  option) any later version.
 *
 */

#ifndef __SOUND_MAX97236_PDATA_H__
#define __SOUND_MAX97236_PDATA_H__

/* jack detection and amplifier platform data */
struct max97236_pdata {
	int irq;
};

#endif