repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
asoc-mx27vis.h
blob
2107d0d992dd8754ca92d539b4688d443d4b75f3
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PLATFORM_DATA_ASOC_MX27VIS_H
3
#define __PLATFORM_DATA_ASOC_MX27VIS_H
4
5
struct
snd_mx27vis_platform_data
{
6
int
amp_gain0_gpio
;
7
int
amp_gain1_gpio
;
8
int
amp_mutel_gpio
;
9
int
amp_muter_gpio
;
10
};
11
12
#endif
/* __PLATFORM_DATA_ASOC_MX27VIS_H */