es1370: build fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
SubDir HAIKU_TOP src add-ons kernel drivers audio ac97 es1370 ;
|
SubDir HAIKU_TOP src add-ons kernel drivers audio ac97 es1370 ;
|
||||||
|
|
||||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
UsePrivateHeaders libroot media ;
|
UsePrivateHeaders libroot media system ;
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||||
|
|
||||||
KernelAddon es1370 :
|
KernelAddon es1370 :
|
||||||
|
|||||||
@@ -304,7 +304,6 @@ void
|
|||||||
es1370_stream_delete(es1370_stream *stream)
|
es1370_stream_delete(es1370_stream *stream)
|
||||||
{
|
{
|
||||||
cpu_status status;
|
cpu_status status;
|
||||||
int32 i;
|
|
||||||
LOG(("es1370_stream_delete\n"));
|
LOG(("es1370_stream_delete\n"));
|
||||||
|
|
||||||
es1370_stream_halt(stream);
|
es1370_stream_halt(stream);
|
||||||
@@ -438,7 +437,6 @@ static status_t
|
|||||||
es1370_setup(es1370_dev * card)
|
es1370_setup(es1370_dev * card)
|
||||||
{
|
{
|
||||||
status_t err = B_OK;
|
status_t err = B_OK;
|
||||||
status_t rv;
|
|
||||||
unsigned char cmd;
|
unsigned char cmd;
|
||||||
|
|
||||||
PRINT(("es1370_setup(%p)\n", card));
|
PRINT(("es1370_setup(%p)\n", card));
|
||||||
|
|||||||
Reference in New Issue
Block a user