Skip to content

Commit

Permalink
ASoC: Intel: Skylake: remove IVI codec loop in skl_nau88l25_ssm4567 m…
Browse files Browse the repository at this point in the history
…achine

The IVI loop is removed in skl_nau88l25_ssm4567 machine as we
enable this path thru DAPM graph using the PCM device and not
thru loop

Signed-off-by: Jeeja KP <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
kpjeeja authored and broonie committed Mar 2, 2016
1 parent 5188b95 commit fdd69c5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions sound/soc/intel/boards/skl_nau88l25_ssm4567.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ static const struct snd_soc_dapm_route skylake_map[] = {
{ "Headset Mic", NULL, "Platform Clock" },
};

static const struct snd_soc_pcm_stream skl_ssm4567_loop_params = {
.formats = SNDRV_PCM_FMTBIT_S24_LE,
.rate_min = 48000,
.rate_max = 48000,
.channels_min = 4,
.channels_max = 4,
};

static struct snd_soc_codec_conf ssm4567_codec_conf[] = {
{
.dev_name = "i2c-INT343B:00",
Expand Down Expand Up @@ -508,16 +500,6 @@ static struct snd_soc_dai_link skylake_dais[] = {
.nonatomic = 1,
.dynamic = 1,
},
/* Codec-codec link */
{
.name = "Skylake IV loop",
.stream_name = "SKL IV Loop",
.cpu_dai_name = "SSP0 Pin",
.platform_name = "0000:00:1f.3",
.codecs = ssm4567_codec_components,
.num_codecs = ARRAY_SIZE(ssm4567_codec_components),
.params = &skl_ssm4567_loop_params,
},

/* Back End DAI links */
{
Expand Down

0 comments on commit fdd69c5

Please sign in to comment.