summaryrefslogtreecommitdiff
path: root/hw/hda-audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hda-audio.c')
-rw-r--r--hw/hda-audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hda-audio.c b/hw/hda-audio.c
index 9b089e65b4..0bc0a251b3 100644
--- a/hw/hda-audio.c
+++ b/hw/hda-audio.c
@@ -777,7 +777,7 @@ static int hda_audio_init(HDACodecDevice *hda, const struct desc_codec *desc)
uint32_t i, type;
a->desc = desc;
- a->name = a->hda.qdev.info->name;
+ a->name = qdev_get_info(&a->hda.qdev)->name;
dprint(a, 1, "%s: cad %d\n", __FUNCTION__, a->hda.cad);
AUD_register_card("hda", &a->card);