mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
a set of fixes to reduce gcc warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
345843fc24
commit
7f084af4e4
7 changed files with 13 additions and 9 deletions
|
|
@ -307,7 +307,9 @@ typedef enum _snd_pcm_state {
|
|||
SND_PCM_STATE_SUSPENDED,
|
||||
/** Hardware is disconnected */
|
||||
SND_PCM_STATE_DISCONNECTED,
|
||||
SND_PCM_STATE_LAST = SND_PCM_STATE_DISCONNECTED
|
||||
SND_PCM_STATE_LAST = SND_PCM_STATE_DISCONNECTED,
|
||||
/** Private - used internally in the library - do not use*/
|
||||
SND_PCM_STATE_PRIVATE1 = 1024
|
||||
} snd_pcm_state_t;
|
||||
|
||||
/** PCM start mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue