mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Removed old mixer API functions.
Added simple control layer (experimental).
This commit is contained in:
parent
3c9755bb7e
commit
273d115de0
11 changed files with 807 additions and 883 deletions
|
|
@ -72,11 +72,6 @@ int snd_defaults_mixer_card(void)
|
|||
return snd_defaults_card();
|
||||
}
|
||||
|
||||
int snd_defaults_mixer_device(void)
|
||||
{
|
||||
return defaults_device("ALSA_MIXER_DEVICE");
|
||||
}
|
||||
|
||||
int snd_defaults_pcm_card(void)
|
||||
{
|
||||
int result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue