aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/twl6040.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 3c79dbb6c323..35059a242fa4 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -246,7 +246,7 @@ static bool twl6040_is_path_unmuted(struct snd_soc_codec *codec,
246 return priv->dl2_unmuted; 246 return priv->dl2_unmuted;
247 default: 247 default:
248 return 1; 248 return 1;
249 }; 249 }
250} 250}
251 251
252/* 252/*
@@ -1100,7 +1100,7 @@ static void twl6040_mute_path(struct snd_soc_codec *codec, enum twl6040_dai_id i
1100 break; 1100 break;
1101 default: 1101 default:
1102 break; 1102 break;
1103 }; 1103 }
1104} 1104}
1105 1105
1106static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute) 1106static int twl6040_digital_mute(struct snd_soc_dai *dai, int mute)