aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/hdac_hda.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2022-10-03 08:48:26 +0200
committerTakashi Iwai <tiwai@suse.de>2022-10-03 08:48:26 +0200
commit02f2e785c4834828876a4701926416157dfd7b26 (patch)
tree012f28cfcb57a15fb722c2c21bce3b0872172869 /sound/soc/codecs/hdac_hda.h
parentMerge tag 'asoc-fix-v6.0-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus (diff)
parentALSA: hda: Fix position reporting on Poulsbo (diff)
downloadlinux-dev-02f2e785c4834828876a4701926416157dfd7b26.tar.xz
linux-dev-02f2e785c4834828876a4701926416157dfd7b26.zip
Merge branch 'for-next' into for-linus
Diffstat (limited to 'sound/soc/codecs/hdac_hda.h')
-rw-r--r--sound/soc/codecs/hdac_hda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdac_hda.h b/sound/soc/codecs/hdac_hda.h
index d0efc5e254ae..fc19c34ca00e 100644
--- a/sound/soc/codecs/hdac_hda.h
+++ b/sound/soc/codecs/hdac_hda.h
@@ -23,7 +23,7 @@ struct hdac_hda_pcm {
};
struct hdac_hda_priv {
- struct hda_codec codec;
+ struct hda_codec *codec;
struct hdac_hda_pcm pcm[HDAC_LAST_DAI_ID];
bool need_display_power;
};