diff options
Diffstat (limited to 'sound/soc/codecs/cq93vc.c')
-rw-r--r-- | sound/soc/codecs/cq93vc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 823643932dde..46dbfd067f79 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -36,8 +36,6 @@ | |||
36 | #include <sound/pcm.h> | 36 | #include <sound/pcm.h> |
37 | #include <sound/pcm_params.h> | 37 | #include <sound/pcm_params.h> |
38 | #include <sound/soc.h> | 38 | #include <sound/soc.h> |
39 | #include <sound/soc-dai.h> | ||
40 | #include <sound/soc-dapm.h> | ||
41 | #include <sound/initval.h> | 39 | #include <sound/initval.h> |
42 | 40 | ||
43 | #include <mach/dm365.h> | 41 | #include <mach/dm365.h> |
@@ -116,7 +114,7 @@ static int cq93vc_set_bias_level(struct snd_soc_codec *codec, | |||
116 | DAVINCI_VC_REG12_POWER_ALL_OFF); | 114 | DAVINCI_VC_REG12_POWER_ALL_OFF); |
117 | break; | 115 | break; |
118 | } | 116 | } |
119 | codec->bias_level = level; | 117 | codec->dapm.bias_level = level; |
120 | 118 | ||
121 | return 0; | 119 | return 0; |
122 | } | 120 | } |