summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/hdac_hdmi.c
diff options
context:
space:
mode:
authorGeliang Tang2015-12-28 15:47:13 +0100
committerMark Brown2016-01-04 12:21:47 +0100
commit51b2c4258f29d83120819a829a78345a3dac17c4 (patch)
tree785535d27dd4e6a0674bb9505c02e968a1a249f3 /sound/soc/codecs/hdac_hdmi.c
parentASoC: Intel: Atom: flip logic for gain Switch (diff)
downloadkernel-qcow2-linux-51b2c4258f29d83120819a829a78345a3dac17c4.tar.gz
kernel-qcow2-linux-51b2c4258f29d83120819a829a78345a3dac17c4.tar.xz
kernel-qcow2-linux-51b2c4258f29d83120819a829a78345a3dac17c4.zip
ASoC: hdac_hdmi: use dev_to_hdac_dev and to_ehdac_device
Use dev_to_hdac_dev() and to_ehdac_device() instead of open-coding. Signed-off-by: Geliang Tang <geliangtang@163.com> Reviewed-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/hdac_hdmi.c')
-rw-r--r--sound/soc/codecs/hdac_hdmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
index 1a2f33b4abfc..b999fb2a463b 100644
--- a/sound/soc/codecs/hdac_hdmi.c
+++ b/sound/soc/codecs/hdac_hdmi.c
@@ -67,9 +67,9 @@ struct hdac_hdmi_priv {
static inline struct hdac_ext_device *to_hda_ext_device(struct device *dev)
{
- struct hdac_device *hdac = container_of(dev, struct hdac_device, dev);
+ struct hdac_device *hdac = dev_to_hdac_dev(dev);
- return container_of(hdac, struct hdac_ext_device, hdac);
+ return to_ehdac_device(hdac);
}
static int hdac_hdmi_setup_stream(struct hdac_ext_device *hdac,