]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
EDP: remove old system EDP framework (sound initialization)
authorTimo Alho <talho@nvidia.com>
Sat, 28 Dec 2013 16:49:06 +0000 (18:49 +0200)
committerJuha Tukkinen <jtukkinen@nvidia.com>
Wed, 8 Jan 2014 07:51:52 +0000 (23:51 -0800)
Revised system edp software framework has been put in place. This
patch removes old system edp client initialization for camera clients
in ardbeg and pluto platforms.

Bug 1431977

Change-Id: I093a349877c42b48f0b620c0b2c3918bceb1b8ef
Signed-off-by: Timo Alho <talho@nvidia.com>
Reviewed-on: http://git-master/r/350416
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Tested-by: Juha Tukkinen <jtukkinen@nvidia.com>
arch/arm/mach-tegra/board-ardbeg.c
arch/arm/mach-tegra/board-pluto.c

index 4f52ccb90e3a8c3717a7f376fdbabec5f210ebbc..d1c32246008f1709966c337b9474a56cea09f8d0 100644 (file)
@@ -259,8 +259,6 @@ static struct tegra_asoc_platform_data ardbeg_audio_pdata_rt5639 = {
        .gpio_codec1 = -1,
        .gpio_codec2 = -1,
        .gpio_codec3 = -1,
-       .edp_support = true,
-       .edp_states = {1530, 765, 0},
        .i2s_param[HIFI_CODEC]       = {
                .audio_port_id = 1,
                .is_i2s_master = 0,
index 0661b2d469f654eb4e3186e34ec124d3848093ec..68b162873e215d255ccda044a785185a18c8d691 100644 (file)
@@ -379,8 +379,6 @@ static struct tegra_asoc_platform_data pluto_audio_pdata = {
        .gpio_int_mic_en        = TEGRA_GPIO_INT_MIC_EN,
        .gpio_ext_mic_en        = TEGRA_GPIO_EXT_MIC_EN,
        .gpio_ldo1_en           = TEGRA_GPIO_LDO1_EN,
-       .edp_support            =  true,
-       .edp_states             = {1776, 888, 0},
        .i2s_param[HIFI_CODEC]  = {
                .audio_port_id  = 1,
                .is_i2s_master  = 0,
@@ -422,8 +420,6 @@ static struct tegra_asoc_platform_data pluto_aic3262_pdata = {
        .gpio_int_mic_en        = TEGRA_GPIO_INT_MIC_EN,
        .gpio_ext_mic_en        = TEGRA_GPIO_EXT_MIC_EN,
        .gpio_ldo1_en           = TEGRA_GPIO_LDO1_EN,
-       .edp_support            = true,
-       .edp_states             = {1776, 888, 0},
        .i2s_param[HIFI_CODEC]  = {
                .audio_port_id  = 1,
                .is_i2s_master  = 0,