public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Playing mp3 on OMAP5912 OSK
@ 2006-05-27  6:56 Dirk Behme
  2006-05-29 14:35 ` Anderson Briglia
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Behme @ 2006-05-27  6:56 UTC (permalink / raw)
  To: Linux-omap-open-source

Hi,

okay, I give up fighting with my madplay playing mp3 on OSK ;(

After months I tried again my madplay on recent git and 
again get

output: ioctl(SNDCTL_DSP_SYNC): Invalid argument

Can anybody give me a link to a nice, little, prebuild, easy 
to use mp3 player for ALSA on OSK? Something like my 
madplay, but working ;)

Many thanks

Dirk

For reference, my configuration:

# madplay -V
MPEG Audio Decoder 0.15.1 (beta)
   Copyright (C) 2000-2004 Underbit Technologies, Inc.
   Build options: NDEBUG FPM_ARM ASO_IMDCT ASO_INTERLEAVE1 
OPT_SPEED OPT_SSO

ID3 Tag Library 0.15.1 (beta)
   Copyright (C) 2000-2004 Underbit Technologies, Inc.
   Build options: NDEBUG

madplay 0.15.2 (beta)
   Copyright (C) 2000-2004 Robert Leslie
   Build options: NDEBUG AUDIO_DEFAULT=audio_oss ENABLE_NLS

`madplay --license' for license and warranty information.

# file test.mp3
test.mp3: MPEG ADTS, layer III, v1, 192 kBits, 44.1 kHz, Stereo
# lsmod | grep aic
snd_omap_alsa_aic23 15900 0 - Live 0xbf0b4000
snd_pcm 77576 2 snd_pcm_oss,snd_omap_alsa_aic23, Live 0xbf0a0000
snd 45012 4 
snd_pcm_oss,snd_omap_alsa_aic23,snd_pcm,snd_timer, Live 
0xbf08a000
# madplay test.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 
Robert Leslie et al.
           Title: test
          Artist: test
           Album: test
           Track: 8
           Genre: Blues
output: ioctl(SNDCTL_DSP_SYNC): Invalid argument
#

^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: Playing mp3 on OMAP5912 OSK
@ 2006-05-29  1:04 Ishigami, Tatsuya
  0 siblings, 0 replies; 7+ messages in thread
From: Ishigami, Tatsuya @ 2006-05-29  1:04 UTC (permalink / raw)
  To: Dirk Behme; +Cc: Linux-omap-open-source

Hi,

 It's still the madplay, but has worked so far for me.
Try the script there,

 http://oskfordummies.hp.infoseek.co.jp/howto/madplay.html 

 If they doesn't work, try the following file system (which I *think* 
includes the madplay) AFAIK, it worked with the 2.6.11 OSS driver.

 http://oskfordummies.hp.infoseek.co.jp/download.html

> # file test.mp3
> test.mp3: MPEG ADTS, layer III, v1, 192 kBits, 44.1 kHz, Stereo

 Unlike desktop PCs, the OSK's Audio driver does not necessary 
support all the sampling frequencies. Please try 48kHz mp3, instead.

 Regards,
 Ishigami

-----Original Message-----
From: linux-omap-open-source-bounces@linux.omap.com
[mailto:linux-omap-open-source-bounces@linux.omap.com] On Behalf Of Dirk
Behme
Sent: Saturday, May 27, 2006 3:56 PM
To: Linux-omap-open-source@linux.omap.com
Subject: Playing mp3 on OMAP5912 OSK

Hi,

okay, I give up fighting with my madplay playing mp3 on OSK ;(

After months I tried again my madplay on recent git and 
again get

output: ioctl(SNDCTL_DSP_SYNC): Invalid argument

Can anybody give me a link to a nice, little, prebuild, easy 
to use mp3 player for ALSA on OSK? Something like my 
madplay, but working ;)

Many thanks

Dirk

For reference, my configuration:

# madplay -V
MPEG Audio Decoder 0.15.1 (beta)
   Copyright (C) 2000-2004 Underbit Technologies, Inc.
   Build options: NDEBUG FPM_ARM ASO_IMDCT ASO_INTERLEAVE1 
OPT_SPEED OPT_SSO

ID3 Tag Library 0.15.1 (beta)
   Copyright (C) 2000-2004 Underbit Technologies, Inc.
   Build options: NDEBUG

madplay 0.15.2 (beta)
   Copyright (C) 2000-2004 Robert Leslie
   Build options: NDEBUG AUDIO_DEFAULT=audio_oss ENABLE_NLS

`madplay --license' for license and warranty information.

# file test.mp3
test.mp3: MPEG ADTS, layer III, v1, 192 kBits, 44.1 kHz, Stereo
# lsmod | grep aic
snd_omap_alsa_aic23 15900 0 - Live 0xbf0b4000
snd_pcm 77576 2 snd_pcm_oss,snd_omap_alsa_aic23, Live 0xbf0a0000
snd 45012 4 
snd_pcm_oss,snd_omap_alsa_aic23,snd_pcm,snd_timer, Live 
0xbf08a000
# madplay test.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 
Robert Leslie et al.
           Title: test
          Artist: test
           Album: test
           Track: 8
           Genre: Blues
output: ioctl(SNDCTL_DSP_SYNC): Invalid argument
#




_______________________________________________
Linux-omap-open-source mailing list
Linux-omap-open-source@linux.omap.com
http://linux.omap.com/mailman/listinfo/linux-omap-open-source

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-21 16:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-27  6:56 Playing mp3 on OMAP5912 OSK Dirk Behme
2006-05-29 14:35 ` Anderson Briglia
2006-05-30 16:45   ` Dirk Behme
2006-05-30 17:53     ` Dirk Behme
2006-05-30 21:30       ` Documentation for the TI P2 (OMAP730/ARM926T) p B
2006-07-21 16:49       ` Playing mp3 on OMAP5912 OSK Dirk Behme
  -- strict thread matches above, loose matches on Subject: below --
2006-05-29  1:04 Ishigami, Tatsuya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox