Hi guys. I'm looking for sound system in Z6, I want to install a new player, but OSS seems not working (no /dev/dsp like in other Linux phones).
Any suggestions? Maybe ALSA?
Wanna try?
ROKR Z6 (2BR firmware) + microSD 2GB
Pinguins Móveis - a blog about consumer-electronics Linux in Portuguese
Damn, there's no any information about ALSA in sources on opensource.motorola.com. Any suggestions how2 compile and/or use ALSA libs?
Wanna try?
linux/sound/makefile
obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
ifeq ($(CONFIG_SND),y)
obj-y += last.o
endif
soundcore-objs := sound_core.o sound_firmware.o
looks like it's got OSS .. also there does not seem to be any alsa PCM plugins ... check for dsp or dsp1 in /dev/sound for OSS dev files
For alsa u shd have /dev/snd/pcmC0d0p/c files
Nope. What's dsp's node? I mean, I want to see ls -al and check, maybe it have another name
Last edited by Abram; 12-27-2007 at 05:24 PM.
Wanna try?
Hey guys, try looking at libezxsound - I really need sound to get mplayer and other useful stuff working! I think it's same in all EZX phones.
Wanna try?