alsa: allow configuration of fallback device strings in profiles
[profile/ivi/pulseaudio-panda.git] / src / modules / alsa / alsa-util.h
index 77ac8a7..4c5d336 100644 (file)
@@ -56,6 +56,7 @@ int pa_alsa_set_sw_params(snd_pcm_t *pcm, snd_pcm_uframes_t avail_min);
 typedef struct pa_alsa_profile_info {
     pa_channel_map map;
     const char *alsa_name;
+    const char *alsa_name_fallback;
     const char *description; /* internationalized */
     const char *name;
     unsigned priority;