mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
sound: soc: msm: define milletltetmo here too
This commit is contained in:
parent
d1d8063f50
commit
687a66821d
1 changed files with 1 additions and 1 deletions
|
@ -2676,7 +2676,7 @@ static struct snd_soc_card *populate_snd_card_dailinks(struct device *dev)
|
|||
|
||||
#ifdef CONFIG_SND_SOC_MAX98504
|
||||
extern int system_rev;
|
||||
#if defined(CONFIG_MACH_MILLETLTE_OPEN) || defined(CONFIG_MACH_MILLETLTE_KOR)
|
||||
#if defined(CONFIG_MACH_MILLETLTE_OPEN) || defined(CONFIG_MACH_MILLETLTE_KOR) || defined(CONFIG_MACH_MILLETLTE_TMO)
|
||||
if ( system_rev >= 0 && system_rev < 3)
|
||||
#elif defined (CONFIG_MACH_MILLET3G_EUR) || defined (CONFIG_MACH_BERLUTI3G_EUR)
|
||||
if ( system_rev >= 2 && system_rev < 4)
|
||||
|
|
Loading…
Reference in a new issue