Bug 93921 - No Audio HDMI
Summary: No Audio HDMI
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: i386 Linux
: P1 normal
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 16:15 UTC by Vincenzo
Modified: 2016-03-17 21:38 UTC (History)
3 users (show)

See Also:
Kernel Version: 4.0-rc1
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Vincenzo 2015-02-26 16:15:46 UTC
I have a pc with a10-7800, with kernel 4.0-rc1, after a while it does not work hdmi audio. Kubuntu 14.10 64 bit.
Sorry my english is bad.
Whit old kernel not problem.
dmesg |grep HDMI
[    3.320925] [drm]   HDMI-A-1
[    3.320939] [drm]   HDMI-A-2
[   10.515340] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input6
[   10.515465] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input7
[   25.091471] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   25.092613] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   25.391257] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   25.691148] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   25.991059] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   26.290938] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   26.590844] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   26.890724] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   27.190621] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD
[   27.490514] sound hdaudioC0D0: HDMI ATI/AMD: no speaker allocation for ELD

uname -a
Linux A10-7800 4.0.0-040000rc1-generic #201502222235 SMP Mon Feb 23 03:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Comment 1 Dieter Nützel 2015-02-26 20:15:09 UTC
It is a regression: 3.19 to 4.0-rc1
Seems to be duplicate of https://bugs.freedesktop.org/show_bug.cgi?id=89327
When you hit DRI/DRM/gfx bug please have a look first at bugs.freedesktop.org

Try to reenable HDMI audio with:

xrandr --output HDMI-0 --set audio on
or
xrandr --output HDMI-0 --set audio auto
Comment 2 Vincenzo 2015-02-27 12:24:33 UTC
Thanks works....
ok, first I will look the other site
Comment 3 Alex Deucher 2015-02-27 16:19:00 UTC
Patches available here:
https://bugs.freedesktop.org/show_bug.cgi?id=89327

Note You need to log in before you can comment on or make changes to this bug.