Skip to content

Commit

Permalink
ASoC: Remove unused function check_vdac_to_outmix from rt5631
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Sep 30, 2011
1 parent f79e5e8 commit 6d447be
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sound/soc/codecs/rt5631.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,6 @@ static int check_dacr_to_spkmixr(struct snd_soc_dapm_widget *source,
return !(reg & RT5631_M_DAC_R_TO_SPKMIXER_R);
}

static int check_vdac_to_outmix(struct snd_soc_dapm_widget *source,
struct snd_soc_dapm_widget *sink)
{
unsigned int reg, ret = 1;

reg = snd_soc_read(source->codec, RT5631_OUTMIXER_L_CTRL);
if (reg & RT5631_M_VDAC_TO_OUTMIXER_L) {
reg = snd_soc_read(source->codec, RT5631_OUTMIXER_R_CTRL);
if (reg & RT5631_M_VDAC_TO_OUTMIXER_R)
ret = 0;
}
return ret;
}

static int check_adcl_select(struct snd_soc_dapm_widget *source,
struct snd_soc_dapm_widget *sink)
{
Expand Down

0 comments on commit 6d447be

Please sign in to comment.