Commit aa07f95
ALSA: hda: convert audio_component member of hdac_bus to void pointer
The hdac_bus->audio_component is used as a pointer to a
'struct drm_audio_component' or to 'struct i915_audio_component' while it's
type is 'struct drm_audio_component'.
Convert it to void* to avoid this abuse.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent 7b8a0b7 commit aa07f95
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
256 | 258 | | |
257 | 259 | | |
258 | | - | |
| 260 | + | |
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
| |||
0 commit comments