Blame view

kernel/linux-rt-4.4.41/include/linux/platform_data/asoc-palm27x.h 113 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
  #ifndef _INCLUDE_PALMASOC_H_
  #define _INCLUDE_PALMASOC_H_
  
  struct palm27x_asoc_info {
  	int	jack_gpio;
  };
  
  #endif