mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
ASoC: tlv320dac33: Fix compillation error
Fix the compilation error introduced by patch: ASoC: tlv320dac33: Avoid multiple soft power up Signed-off-by: Peter Ujfalusi <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Liam Girdwood <[email protected]>
This commit is contained in:
committed by
Liam Girdwood
parent
76eac39ce5
commit
3ee4fe15ab
@@ -646,6 +646,7 @@ static int dac33_add_widgets(struct snd_soc_codec *codec)
|
||||
static int dac33_set_bias_level(struct snd_soc_codec *codec,
|
||||
enum snd_soc_bias_level level)
|
||||
{
|
||||
struct tlv320dac33_priv *dac33 = snd_soc_codec_get_drvdata(codec);
|
||||
int ret;
|
||||
|
||||
switch (level) {
|
||||
|
||||
Reference in New Issue
Block a user