add snd_device_name_get_hint() function, make hints private to alsa-lib (void)

We can define more string groups for one hint now. It is quite easy
flexible for future.
This commit is contained in:
Jaroslav Kysela 2006-11-30 13:41:53 +01:00
parent 70c20571e1
commit 1ba513f96f
2 changed files with 63 additions and 15 deletions

View file

@ -294,4 +294,5 @@ ALSA_1.0.14 {
snd_device_name_hint;
snd_device_name_free_hint;
snd_device_name_get_hint;
} ALSA_1.0.12;