From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCws8-00073f-MX for qemu-devel@nongnu.org; Mon, 01 Nov 2010 12:04:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCwlg-0003Xk-Hy for qemu-devel@nongnu.org; Mon, 01 Nov 2010 11:57:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCwlg-0003XV-B6 for qemu-devel@nongnu.org; Mon, 01 Nov 2010 11:57:56 -0400 From: Gerd Hoffmann Date: Mon, 1 Nov 2010 16:57:48 +0100 Message-Id: <1288627068-28121-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH] intel-hda: documentation update List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- qemu-doc.texi | 2 ++ qemu-options.hx | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc.texi index c376529..7ce8999 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -200,6 +200,8 @@ ENSONIQ AudioPCI ES1370 sound card @item Intel 82801AA AC97 Audio compatible sound card @item +Intel HD Audio Controller and HDA codec +@item Adlib(OPL2) - Yamaha YM3812 compatible chip @item Gravis Ultrasound GF1 sound card diff --git a/qemu-options.hx b/qemu-options.hx index 9e38dfb..4d99a58 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -393,6 +393,7 @@ available sound hardware. qemu -soundhw sb16,adlib disk.img qemu -soundhw es1370 disk.img qemu -soundhw ac97 disk.img +qemu -soundhw hda disk.img qemu -soundhw all disk.img qemu -soundhw ? @end example -- 1.7.1