From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Christian_K=F6nig?= Subject: Re: radeon module ignores audio option? Date: Sun, 06 Jul 2014 17:07:26 +0200 Message-ID: <53B9662E.90709@vodafone.de> References: <53B95B9E.8040708@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from pegasos-out.vodafone.de (pegasos-out.vodafone.de [80.84.1.38]) by gabe.freedesktop.org (Postfix) with ESMTP id 909F36E045 for ; Sun, 6 Jul 2014 08:07:43 -0700 (PDT) In-Reply-To: <53B95B9E.8040708@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Kertesz Laszlo , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Am 06.07.2014 16:22, schrieb Kertesz Laszlo: > Hello. > > I tried to disable the HDMI audio (dont use it) via the kernel command > line option radeon.audio=0 (latest linus git kernel). > But after reboot the HDMI audio device is still detected. > Isnt this kernel option supposed to disable it for good? No, it just disables support within the radeon module to send the information necessary for HDMI audio from the gfx hardware to the audio codec. The codec itself is still present and so also detected (while probably not working correctly). Regards, Christian.