Commit 74858f23 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next

parents 5176dfcd 0feb23d1
...@@ -352,7 +352,6 @@ static int ak4642_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) ...@@ -352,7 +352,6 @@ static int ak4642_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
*/ */
default: default:
return -EINVAL; return -EINVAL;
break;
} }
snd_soc_update_bits(codec, MD_CTL1, DIF_MASK, data); snd_soc_update_bits(codec, MD_CTL1, DIF_MASK, data);
...@@ -405,7 +404,6 @@ static int ak4642_dai_hw_params(struct snd_pcm_substream *substream, ...@@ -405,7 +404,6 @@ static int ak4642_dai_hw_params(struct snd_pcm_substream *substream,
break; break;
default: default:
return -EINVAL; return -EINVAL;
break;
} }
snd_soc_update_bits(codec, MD_CTL2, FS_MASK, rate); snd_soc_update_bits(codec, MD_CTL2, FS_MASK, rate);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment