mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
Merge branch 'for-3.1' into for-3.2
This commit is contained in:
commit
60c9e3178f
1 changed files with 2 additions and 1 deletions
|
@ -430,7 +430,8 @@ static int ssm2602_set_dai_fmt(struct snd_soc_dai *codec_dai,
|
|||
static int ssm2602_set_bias_level(struct snd_soc_codec *codec,
|
||||
enum snd_soc_bias_level level)
|
||||
{
|
||||
u16 reg = snd_soc_read(codec, SSM2602_PWR) & 0xff7f;
|
||||
u16 reg = snd_soc_read(codec, SSM2602_PWR);
|
||||
reg &= ~(PWR_POWER_OFF | PWR_OSC_PDN);
|
||||
|
||||
switch (level) {
|
||||
case SND_SOC_BIAS_ON:
|
||||
|
|
Loading…
Reference in a new issue