more clean up

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-12-02 22:11:42 +00:00
parent 88e5c1ac3b
commit c773831b8f
5 changed files with 5 additions and 10 deletions

View File

@ -4,11 +4,10 @@
* All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _ALI_HARDWARE_H
#define _ALI_HARDWARE_H
// AC97 codec registers
#define AC97_REG_RESET 0x00

View File

@ -4,11 +4,10 @@
* All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _ALI_MULTI_H
#define _ALI_MULTI_H
status_t multi_audio_control(void *cookie, uint32 op, void *arg, size_t len);
#endif // _ALI_MULTI_H

View File

@ -4,11 +4,10 @@
* All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _ALI_DEBUG_H
#define _ALI_DEBUG_H
#ifdef TRACE
#undef TRACE
#endif

View File

@ -4,11 +4,10 @@
* All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _ALI_AUDIO_DRIVER_H
#define _ALI_AUDIO_DRIVER_H
#define MULTI_AUDIO_BASE_ID 1024
#define MULTI_AUDIO_DEV_PATH "audio/hmulti"
#define MULTI_AUDIO_MASTER_ID 0

View File

@ -7,11 +7,10 @@
* All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _UTIL_H
#define _UTIL_H
void *ali_mem_alloc(ali_dev *card, size_t size);
void ali_mem_free(ali_dev *card, void *ptr);