X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Faudio%2Faudio-alsa.h;h=776ac819a082360dc3161949032457e87541071c;hb=61354a55ac2abd9e83e1f869cdb735654d6eb74a;hp=9a4b0b58dd621db109c22815be2ad6470b9394dc;hpb=915d25a0c2fcff8a8bb189963f490e0894d05733;p=src%2Fapp-framework-binder.git diff --git a/plugins/audio/audio-alsa.h b/plugins/audio/audio-alsa.h index 9a4b0b58..776ac819 100644 --- a/plugins/audio/audio-alsa.h +++ b/plugins/audio/audio-alsa.h @@ -23,9 +23,9 @@ #include "local-def.h" -typedef struct dev_ctx dev_ctx_T; +typedef struct adev_ctx adev_ctx_T; -struct dev_ctx { +struct adev_ctx { char *name; snd_pcm_t *dev; snd_pcm_hw_params_t *params; @@ -37,6 +37,6 @@ struct dev_ctx { PUBLIC unsigned int _alsa_get_volume (unsigned int); PUBLIC unsigned char _alsa_get_mute (unsigned int); -static struct dev_ctx **dev_ctx = NULL; +static struct adev_ctx **adev_ctx = NULL; #endif /* AUDIO_ALSA_H */