diff options
Diffstat (limited to 'include/sound/hdaudio_ext.h')
-rw-r--r-- | include/sound/hdaudio_ext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/hdaudio_ext.h b/include/sound/hdaudio_ext.h index a4cadd9c297a..425af0674557 100644 --- a/include/sound/hdaudio_ext.h +++ b/include/sound/hdaudio_ext.h | |||
@@ -186,9 +186,15 @@ struct hdac_ext_device { | |||
186 | /* codec ops */ | 186 | /* codec ops */ |
187 | struct hdac_ext_codec_ops ops; | 187 | struct hdac_ext_codec_ops ops; |
188 | 188 | ||
189 | struct snd_card *card; | ||
190 | void *scodec; | ||
189 | void *private_data; | 191 | void *private_data; |
190 | }; | 192 | }; |
191 | 193 | ||
194 | struct hdac_ext_dma_params { | ||
195 | u32 format; | ||
196 | u8 stream_tag; | ||
197 | }; | ||
192 | #define to_ehdac_device(dev) (container_of((dev), \ | 198 | #define to_ehdac_device(dev) (container_of((dev), \ |
193 | struct hdac_ext_device, hdac)) | 199 | struct hdac_ext_device, hdac)) |
194 | /* | 200 | /* |