aplay -L does not display hdmi device on TI board
hong zhang <[email protected]> Wed, 23 Feb 2011 13:20:29 -0800 (PST)
| Newsgroups | gmane.linux.ports.arm.general |
|---|---|
| Message-ID | <[email protected]> |
List,
Audio utility "aplay -L" should display all audio devices on ARM board. After loading TI81xx_HDMI.ko, "aplay -L" display like
default:CARD=EVM TI81XX EVM,
Default Audio Device
null
Discard all samples (playback) or generate zero samples (capture)
I assume after hdmi module is loaded, HDMI should be listed under "aplay -L". But not happen in my EVM.
Do I miss something here?
----Henry