Date:2011-09-24 18:09:05 (12 years 6 months ago)
Author:Maarten ter Huurne
Commit:cf663bf29a1761d74f3d58918d941b85fb773c1c
Message:MIPS: A320: Do not mark line-in as not connected.

The FM radio receiver chip is connected to line-in.
Files: sound/soc/jz4740/a320.c (1 diff)

Change Details

sound/soc/jz4740/a320.c
7171    struct snd_soc_dapm_context *dapm = &codec->dapm;
7272    int ret;
7373
74    snd_soc_dapm_nc_pin(dapm, "LIN");
75    snd_soc_dapm_nc_pin(dapm, "RIN");
76
7774    ret = snd_soc_dai_set_fmt(cpu_dai, A320_DAIFMT);
7875    if (ret < 0) {
7976        dev_err(codec->dev, "Failed to set cpu dai format: %d\n", ret);

Archive Download the corresponding diff file



interactive