mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
22
sound/soc/codecs/pcm3008.h
Normal file
22
sound/soc/codecs/pcm3008.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* PCM3008 ALSA SoC Layer
|
||||
*
|
||||
* Author: Hugo Villeneuve
|
||||
* Copyright (C) 2008 Lyrtech inc
|
||||
*
|
||||
* 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 __LINUX_SND_SOC_PCM3008_H
|
||||
#define __LINUX_SND_SOC_PCM3008_H
|
||||
|
||||
struct pcm3008_setup_data {
|
||||
unsigned dem0_pin;
|
||||
unsigned dem1_pin;
|
||||
unsigned pdad_pin;
|
||||
unsigned pdda_pin;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue