summaryrefslogtreecommitdiffstats
path: root/include/sound/rx51.h
blob: 190d745a106bf647bfaacc18f6b9d640d1d79e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Platform data for Nokia RX-51 SoC audio
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
#ifndef __RX51_AUDIO_H__
#define __RX51_AUDIO_H__

struct rx51_audio_pdata {
	int tvout_selection_gpio;
	int jack_detection_gpio;
	int eci_sw_gpio;
	int speaker_amp_gpio;
};

#endif