Hi,
I am trying to enable USB Headset on OMAP3EVM rev G. I am using instruction from android gingerbread 2.3.4 devkit 2.1. I have connected Zebronic usb headset to EHCI host on OMAP3evm board.According to logs headset is detected by board.
But,on running a mp3 file on music application I am not able to hear any sound from headphone. Logs are following....
# [ 341.253234] usb 1-2.1: new full speed USB device using ehci-omap and address 5
[ 341.379882] usb 1-2.1: New USB device found, idVendor=0d8c, idProduct=000c
[ 341.387145] usb 1-2.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 341.394866] usb 1-2.1: Product: C-Media USB Headphone Set
[ 341.452545] input: C-Media USB Headphone Set as /devices/platform/ehci-omap.0/usb1/1-2/1-2.1/1-2.1:1.3/input/input5
[ 341.466186] generic-usb 0003:0D8C:000C.0003: input: USB HID v1.00 Device [C-Media USB Headphone Set ] on usb-ehci-omap.0-2.1/input3
# cat /proc/asound/cards
0 [omap3evm ]: - omap3evm
omap3evm
1 [default ]: USB-Audio - C-Media USB Headphone Set
C-Media USB Headphone Set at usb-ehci-omap.0-2.1, full speed
#
Can anybody have the solution.Thanks in advance.