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
20
sound/soc/codecs/ssm2518.h
Normal file
20
sound/soc/codecs/ssm2518.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* SSM2518 amplifier audio driver
|
||||
*
|
||||
* Copyright 2013 Analog Devices Inc.
|
||||
* Author: Lars-Peter Clausen <lars@metafoo.de>
|
||||
*
|
||||
* Licensed under the GPL-2.
|
||||
*/
|
||||
|
||||
#ifndef __SND_SOC_CODECS_SSM2518_H__
|
||||
#define __SND_SOC_CODECS_SSM2518_H__
|
||||
|
||||
#define SSM2518_SYSCLK 0
|
||||
|
||||
enum ssm2518_sysclk_src {
|
||||
SSM2518_SYSCLK_SRC_MCLK = 0,
|
||||
SSM2518_SYSCLK_SRC_BCLK = 1,
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue