mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: Remove unused function check_vdac_to_outmix from rt5631
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f79e5e8ce2
commit
6d447be014
1 changed files with 0 additions and 14 deletions
|
@ -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);
|
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,
|
static int check_adcl_select(struct snd_soc_dapm_widget *source,
|
||||||
struct snd_soc_dapm_widget *sink)
|
struct snd_soc_dapm_widget *sink)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue