more clean up
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,11 +4,10 @@
|
|||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _ALI_HARDWARE_H
|
#ifndef _ALI_HARDWARE_H
|
||||||
#define _ALI_HARDWARE_H
|
#define _ALI_HARDWARE_H
|
||||||
|
|
||||||
|
|
||||||
// AC97 codec registers
|
// AC97 codec registers
|
||||||
|
|
||||||
#define AC97_REG_RESET 0x00
|
#define AC97_REG_RESET 0x00
|
||||||
|
|||||||
@@ -4,11 +4,10 @@
|
|||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _ALI_MULTI_H
|
#ifndef _ALI_MULTI_H
|
||||||
#define _ALI_MULTI_H
|
#define _ALI_MULTI_H
|
||||||
|
|
||||||
|
|
||||||
status_t multi_audio_control(void *cookie, uint32 op, void *arg, size_t len);
|
status_t multi_audio_control(void *cookie, uint32 op, void *arg, size_t len);
|
||||||
|
|
||||||
#endif // _ALI_MULTI_H
|
#endif // _ALI_MULTI_H
|
||||||
|
|||||||
@@ -4,11 +4,10 @@
|
|||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _ALI_DEBUG_H
|
#ifndef _ALI_DEBUG_H
|
||||||
#define _ALI_DEBUG_H
|
#define _ALI_DEBUG_H
|
||||||
|
|
||||||
|
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
#undef TRACE
|
#undef TRACE
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -4,11 +4,10 @@
|
|||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _ALI_AUDIO_DRIVER_H
|
#ifndef _ALI_AUDIO_DRIVER_H
|
||||||
#define _ALI_AUDIO_DRIVER_H
|
#define _ALI_AUDIO_DRIVER_H
|
||||||
|
|
||||||
|
|
||||||
#define MULTI_AUDIO_BASE_ID 1024
|
#define MULTI_AUDIO_BASE_ID 1024
|
||||||
#define MULTI_AUDIO_DEV_PATH "audio/hmulti"
|
#define MULTI_AUDIO_DEV_PATH "audio/hmulti"
|
||||||
#define MULTI_AUDIO_MASTER_ID 0
|
#define MULTI_AUDIO_MASTER_ID 0
|
||||||
|
|||||||
@@ -7,11 +7,10 @@
|
|||||||
* All Rights Reserved.
|
* All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _UTIL_H
|
#ifndef _UTIL_H
|
||||||
#define _UTIL_H
|
#define _UTIL_H
|
||||||
|
|
||||||
|
|
||||||
void *ali_mem_alloc(ali_dev *card, size_t size);
|
void *ali_mem_alloc(ali_dev *card, size_t size);
|
||||||
void ali_mem_free(ali_dev *card, void *ptr);
|
void ali_mem_free(ali_dev *card, void *ptr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user