diff options
Diffstat (limited to 'include/sound/hdaudio_ext.h')
-rw-r--r-- | include/sound/hdaudio_ext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index ca00130cb028..9c14e21dda85 100644 --- a/include/sound/hdaudio_ext.h +++ b/include/sound/hdaudio_ext.h | |||
@@ -193,7 +193,7 @@ struct hda_dai_map { | |||
193 | * @pvt_data - private data, for asoc contains asoc codec object | 193 | * @pvt_data - private data, for asoc contains asoc codec object |
194 | */ | 194 | */ |
195 | struct hdac_ext_device { | 195 | struct hdac_ext_device { |
196 | struct hdac_device hdac; | 196 | struct hdac_device hdev; |
197 | struct hdac_ext_bus *ebus; | 197 | struct hdac_ext_bus *ebus; |
198 | 198 | ||
199 | /* soc-dai to nid map */ | 199 | /* soc-dai to nid map */ |
@@ -213,7 +213,7 @@ struct hdac_ext_dma_params { | |||
213 | u8 stream_tag; | 213 | u8 stream_tag; |
214 | }; | 214 | }; |
215 | #define to_ehdac_device(dev) (container_of((dev), \ | 215 | #define to_ehdac_device(dev) (container_of((dev), \ |
216 | struct hdac_ext_device, hdac)) | 216 | struct hdac_ext_device, hdev)) |
217 | /* | 217 | /* |
218 | * HD-audio codec base driver | 218 | * HD-audio codec base driver |
219 | */ | 219 | */ |