dm: sound: Drop codec_type
authorSimon Glass <sjg@chromium.org>
Mon, 3 Dec 2018 11:37:23 +0000 (04:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000 (16:32 -0700)
commit7153ad834f72da49eadf8b5e66d593f88514be7c
treef81b3793882be83af227f26e27992e06b608a485
parentccf0425e3208cbc17f08411651c1197da3b38f3a
dm: sound: Drop codec_type

This field is not really used. It is always set to a known value. Drop it
to simplify the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/sound/max98095.c
drivers/sound/wm8994.c
include/sound.h