mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Added CAPTURE3/PLAYBACK3 plugins.
This commit is contained in:
parent
e1490018f9
commit
194218ea2f
1 changed files with 2 additions and 0 deletions
|
|
@ -39,8 +39,10 @@ int snd_mixer_element_has_info(snd_mixer_eid_t *eid)
|
|||
case SND_MIXER_ETYPE_OUTPUT:
|
||||
case SND_MIXER_ETYPE_CAPTURE1:
|
||||
case SND_MIXER_ETYPE_CAPTURE2:
|
||||
case SND_MIXER_ETYPE_CAPTURE3:
|
||||
case SND_MIXER_ETYPE_PLAYBACK1:
|
||||
case SND_MIXER_ETYPE_PLAYBACK2:
|
||||
case SND_MIXER_ETYPE_PLAYBACK3:
|
||||
case SND_MIXER_ETYPE_ADC:
|
||||
case SND_MIXER_ETYPE_DAC:
|
||||
case SND_MIXER_ETYPE_SWITCH3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue