Skip to content

Commit

Permalink
sound: minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed May 9, 2024
1 parent e17aea7 commit b86ac87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/linux/include/uio/sound.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once
#define UIO_SND_FAULT_ADDRESS 0x301000
#include <sddf/sound/sound.h>

#define UIO_SND_FAULT_ADDRESS 0x301000

typedef struct vm_shared_state {
sound_shared_state_t sound;
uintptr_t data_paddr;
Expand Down
2 changes: 1 addition & 1 deletion tools/linux/uio_drivers/snd/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void stream_enqueue_pcm_req(stream_t *stream, sound_pcm_t *pcm);

int stream_timer_fd(stream_t *stream);

/** Returns true to signal client notify */
/* Returns true to signal client notify */
bool stream_update(stream_t *stream);

snd_pcm_stream_t stream_direction(stream_t *stream);

0 comments on commit b86ac87

Please sign in to comment.