more clean up
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
88e5c1ac3b
commit
c773831b8f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user