diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-04-20 08:20:31 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-04-20 08:29:19 +0200 |
commit | d4a8ca246146099e9068fc87cd2bc565896bc186 (patch) | |
tree | 670d9890674e44bc9fa850b250d8ff5c1d5ddfdf /sound/soc/codecs/twl4030.c | |
parent | b2c812e22de88bb79c290c0e718280f10b64a48d (diff) |
ASoC: missing conversions to snd_soc_codec_*_drvdata()
Conversions to snd_soc_codec_{get|set}_drvdata() were missing in some files
in the previous commit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/twl4030.c')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 4eb5a2e59f3c..2e025a3a2618 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -2001,7 +2001,7 @@ static int twl4030_voice_set_dai_sysclk(struct snd_soc_dai *codec_dai, int clk_id, unsigned int freq, int dir) { struct snd_soc_codec *codec = codec_dai->codec; - struct twl4030_priv *twl4030 = codec->private_data; + struct twl4030_priv *twl4030 = snd_soc_codec_get_drvdata(codec); if (freq != 26000000) { dev_err(codec->dev, "Unsupported APLL mclk: %u, the Voice" |