aboutsummaryrefslogtreecommitdiffstats
path: root/sound/i2c/other
diff options
context:
space:
mode:
Diffstat (limited to 'sound/i2c/other')
-rw-r--r--sound/i2c/other/ak4xxx-adda.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/i2c/other/ak4xxx-adda.c b/sound/i2c/other/ak4xxx-adda.c
index 39bb03add7e1..fefa1ae57ad9 100644
--- a/sound/i2c/other/ak4xxx-adda.c
+++ b/sound/i2c/other/ak4xxx-adda.c
@@ -293,6 +293,11 @@ void snd_akm4xxx_init(struct snd_akm4xxx *ak)
293 case SND_AK5365: 293 case SND_AK5365:
294 /* FIXME: any init sequence? */ 294 /* FIXME: any init sequence? */
295 return; 295 return;
296 case NON_AKM:
297 /* fake value for non-akm codecs using akm infrastructure
298 * (e.g. of ice1724) - certainly FIXME
299 */
300 return;
296 default: 301 default:
297 snd_BUG(); 302 snd_BUG();
298 return; 303 return;