mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-24 01:40:12 -05:00
Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation
This commit is contained in:
parent
f7fbb6ce1a
commit
a189f2d0ec
5 changed files with 12 additions and 12 deletions
|
|
@ -1029,7 +1029,7 @@ int main(int argc, char **argv)
|
|||
char name[32], title[128];
|
||||
int err;
|
||||
unsigned int cards_mask;
|
||||
snd_ctl_elem_t ctl;
|
||||
snd_ctl_elem_value_t ctl;
|
||||
// snd_mixer_filter_t filter;
|
||||
|
||||
/* Go through gtk initialization */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue