Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: plughw:0,0, No such device



On Donnerstag, 29. April 2004 22:35, Hazem Hamed wrote:

[ .. ]

> Playback open error: plughw:0,0, No such device

Could you try attached patch ?

Stefan Lucke
Index: audio.c
===================================================================
RCS file: /home/nfs/extra/src/cvsroot/softdevice/audio.c,v
retrieving revision 1.3
diff -U2 -r1.3 audio.c
--- audio.c	28 Apr 2004 19:50:23 -0000	1.3
+++ audio.c	1 May 2004 09:29:02 -0000
@@ -18,5 +18,6 @@
 
 
-char *device = "plughw:0,0";
+//char *device = "plughw:0,0";
+char *device = "hw:0,0";
 #define PCM_FMT SND_PCM_FORMAT_S16_LE
 

Home | Main Index | Thread Index