Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
faa7b9bb
Kaydet (Commit)
faa7b9bb
authored
Ock 10, 2003
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get build working on Redhat 7.2 linux 2.4.7
üst
a7b804f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ossaudiodev.c
Modules/ossaudiodev.c
+4
-0
No files found.
Modules/ossaudiodev.c
Dosyayı görüntüle @
faa7b9bb
...
@@ -1016,7 +1016,9 @@ initossaudiodev(void)
...
@@ -1016,7 +1016,9 @@ initossaudiodev(void)
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETODELAY
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETODELAY
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETOPTR
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETOPTR
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETOSPACE
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETOSPACE
);
#ifdef SNDCTL_DSP_GETSPDIF
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETSPDIF
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETSPDIF
);
#endif
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETTRIGGER
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_GETTRIGGER
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_MAPINBUF
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_MAPINBUF
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_MAPOUTBUF
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_MAPOUTBUF
);
...
@@ -1028,7 +1030,9 @@ initossaudiodev(void)
...
@@ -1028,7 +1030,9 @@ initossaudiodev(void)
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETDUPLEX
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETDUPLEX
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETFMT
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETFMT
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETFRAGMENT
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETFRAGMENT
);
#ifdef SNDCTL_DSP_SETSPDIF
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETSPDIF
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETSPDIF
);
#endif
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETSYNCRO
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETSYNCRO
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETTRIGGER
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SETTRIGGER
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SPEED
);
_EXPORT_INT
(
m
,
SNDCTL_DSP_SPEED
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment