ASoC: Move bias level update to the core

All drivers have the same line at the end of the set_bias_level callback to
update the bias_level state. Move this update into
snd_soc_dapm_force_bias_level() and remove them from the drivers.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Bu işleme şunda yer alıyor:
Lars-Peter Clausen
2015-04-27 22:13:25 +02:00
işlemeyi yapan: Mark Brown
ebeveyn bd1204cb51
işleme f4bf8d770b
98 değiştirilmiş dosya ile 4 ekleme ve 130 silme

Dosyayı Görüntüle

@@ -1171,7 +1171,6 @@ static int wm9713_set_bias_level(struct snd_soc_codec *codec,
ac97_write(codec, AC97_POWERDOWN, 0xffff);
break;
}
codec->dapm.bias_level = level;
return 0;
}