All of lore.kernel.org
 help / color / mirror / Atom feed
* aoss failures under Alsa-1.0.0rc1
@ 2003-12-04 13:06 Mark Knecht
  2003-12-04 13:12 ` Mark Knecht
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Mark Knecht @ 2003-12-04 13:06 UTC (permalink / raw)
  To: Alsa-Devel

bash-2.05b$ aoss xmms

(At this point the xmms gui opens. I then press play)

xmms: alsa-oss.c:222: oss_dsp_hw_params: Assertion `err >= 0' failed.
/usr/bin/aoss: line 9:  2841 Aborted                
LD_PRELOAD=${exec_prefix}/lib/libaoss.so $*
bash-2.05b$ 


Contents of my .asoundrc file:


pcm.hdsp {
           type hw
           card 0
         }

ctl.hdsp {
           type hw
           card 0
         }

pcm_slave.hdsp {
          pcm "hw:0"
          channels 26
        }

pcm.playback_5_6 {
          type dshare
          slave hdsp
          ipc_key 314159265    # some unique number
          ipc_key_add_uid yes  # "no" to let multiple users share it
          bindings {
                0 5
                1 6
          }
        }

pcm.dsp0 {
          type plug
          slave.pcm playback_5_6
        }





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

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

end of thread, other threads:[~2003-12-05 21:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-04 13:06 aoss failures under Alsa-1.0.0rc1 Mark Knecht
2003-12-04 13:12 ` Mark Knecht
2003-12-04 13:15 ` Erik Inge Bolsø
2003-12-04 20:28   ` Mark Knecht
2003-12-05 13:10     ` Clemens Ladisch
2003-12-05 15:05       ` Mark Knecht
2003-12-05 15:53         ` Mark Knecht
2003-12-05 17:06           ` Clemens Ladisch
2003-12-05 17:56             ` Mark Knecht
2003-12-05 21:28             ` Mark Knecht
2003-12-04 13:23 ` Takashi Iwai
2003-12-04 14:39   ` Mark Knecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.