hw/audio: replace exit with unrealize in hda_codec_device_class_init
commit8ac55351459055f2faee585d9ba2f84707741815
authorZihan Yang <tgnyang@gmail.com>
Wed, 26 Apr 2017 12:53:07 +0000 (26 20:53 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 May 2017 06:29:01 +0000 (4 08:29 +0200)
tree6d4e3bd942757a4e7a2c7010e1af1ff413caa004
parente619b14746e5d8c0e53061661fd0e1da01fd4d60
hw/audio: replace exit with unrealize in hda_codec_device_class_init

The exit callback of DeviceClass will be removed in the future, so
convert to unrealize in the init functioin

Signed-off-by: Zihan Yang <tgnyang@gmail.com>
Message-id: 1493211188-24086-4-git-send-email-tgnyang@gmail.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/intel-hda.c