LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions | Variables
sound.c File Reference
#include <pci/io.h>
#include <string.h>
#include <xenon_smc/xenon_smc.h>
#include <xenon_smc/xenon_gpio.h>
#include <ppc/cache.h>
Include dependency graph for sound.c:

Go to the source code of this file.

Functions

void xenon_sound_init (void)
 
void xenon_sound_submit (void *data, int len)
 
int xenon_sound_get_free (void)
 
int xenon_sound_get_unplayed (void)
 

Variables

int xenos_is_hdmi
 

Function Documentation

◆ xenon_sound_get_free()

int xenon_sound_get_free ( void  )

Definition at line 92 of file sound.c.

◆ xenon_sound_get_unplayed()

int xenon_sound_get_unplayed ( void  )

Definition at line 110 of file sound.c.

◆ xenon_sound_init()

void xenon_sound_init ( void  )

Definition at line 15 of file sound.c.

◆ xenon_sound_submit()

void xenon_sound_submit ( void *  data,
int  len 
)

Definition at line 68 of file sound.c.

Variable Documentation

◆ xenos_is_hdmi

int xenos_is_hdmi
extern

Definition at line 22 of file xenos.c.