diff options
Diffstat (limited to 'sound/soc/codecs/cq93vc.c')
-rw-r--r-- | sound/soc/codecs/cq93vc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 823643932dde..98b9e5294cbe 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -116,7 +116,7 @@ static int cq93vc_set_bias_level(struct snd_soc_codec *codec, | |||
116 | DAVINCI_VC_REG12_POWER_ALL_OFF); | 116 | DAVINCI_VC_REG12_POWER_ALL_OFF); |
117 | break; | 117 | break; |
118 | } | 118 | } |
119 | codec->bias_level = level; | 119 | codec->dapm.bias_level = level; |
120 | 120 | ||
121 | return 0; | 121 | return 0; |
122 | } | 122 | } |