diff options
Diffstat (limited to 'sound/soc/soc-jack.c')
-rw-r--r-- | sound/soc/soc-jack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c index 8cc00c3cdf34..ab64a30bedde 100644 --- a/sound/soc/soc-jack.c +++ b/sound/soc/soc-jack.c | |||
@@ -34,7 +34,7 @@ int snd_soc_jack_new(struct snd_soc_card *card, const char *id, int type, | |||
34 | jack->card = card; | 34 | jack->card = card; |
35 | INIT_LIST_HEAD(&jack->pins); | 35 | INIT_LIST_HEAD(&jack->pins); |
36 | 36 | ||
37 | return snd_jack_new(card->socdev->codec->card, id, type, &jack->jack); | 37 | return snd_jack_new(card->codec->card, id, type, &jack->jack); |
38 | } | 38 | } |
39 | EXPORT_SYMBOL_GPL(snd_soc_jack_new); | 39 | EXPORT_SYMBOL_GPL(snd_soc_jack_new); |
40 | 40 | ||
@@ -54,7 +54,7 @@ EXPORT_SYMBOL_GPL(snd_soc_jack_new); | |||
54 | */ | 54 | */ |
55 | void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) | 55 | void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) |
56 | { | 56 | { |
57 | struct snd_soc_codec *codec = jack->card->socdev->codec; | 57 | struct snd_soc_codec *codec = jack->card->codec; |
58 | struct snd_soc_jack_pin *pin; | 58 | struct snd_soc_jack_pin *pin; |
59 | int enable; | 59 | int enable; |
60 | int oldstatus; | 60 | int oldstatus; |