alsa-lib/include
Jaroslav Kysela 8a36e38dc4 ucm: add If condition block
The syntax is simple:

If./any-if-identificator/ {
  Condition {
    Type /type_here/
    /optional defines/
  }
  True {
    /block used when condition is evaluated as true/
  }
  False {
    /block used when condition is evaluated as false/
  }
}

The Type "ControlExists" is implemented:

Condition {
  Type ControlExists
  Device "hw:${CardId}"
  Control "iface=CARD,name='Headphone Jack'"
}

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2019-11-14 15:00:37 +01:00
..
sound timer: fix wrong comment to refer to 'SNDRV_TIMER_PSFLG_*' 2018-10-02 17:16:14 +02:00
alisp.h
alsa-symbols.h add support for GCC's LTO 2019-04-09 12:44:14 +02:00
aserver.h
asoundef.h
asoundlib-head.h
asoundlib-tail.h
bswap.h
conf.h ucm: add If condition block 2019-11-14 15:00:37 +01:00
control.h
control_external.h
error.h Use __func__ instead of __FUNCTION__ 2019-06-12 08:52:07 +02:00
global.h
hwdep.h
input.h
list.h
local.h conf: improve the include paths code 2019-11-10 13:05:53 +01:00
Makefile.am Drop -I$includedir/alsa from alsa.pc 2019-03-28 08:01:34 +01:00
mixer.h
mixer_abst.h
output.h
pcm.h
pcm_external.h
pcm_extplug.h pcm: extplug: Keep format and channels the same if requested 2018-12-10 11:53:41 +01:00
pcm_ioplug.h ioplug: Fix comment in struct snd_pcm_ioplug 2018-10-02 17:56:51 +02:00
pcm_old.h
pcm_plugin.h pcm: the maximal rate is 768000Hz, fix the remain code 2019-10-25 13:43:31 +02:00
pcm_rate.h
rawmidi.h
search.h
seq.h
seq_event.h
seq_midi_event.h
seqmid.h
sys.h
timer.h
topology.h
type_compat.h
use-case.h ucm: extend snd_use_case_mgr_open() to address the sound card directly 2019-11-10 13:10:43 +01:00