]> git.alsa-project.org Git - alsa-lib.git/commit
conf: introduce snd_config_get_card() function
authorJaroslav Kysela <perex@perex.cz>
Wed, 24 Feb 2021 18:20:15 +0000 (19:20 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 26 Feb 2021 20:08:28 +0000 (21:08 +0100)
commit19ad9bdc49154115c53313ff6251542a96f12a8a
treed7d64c39d5d1a44c52817cd14e379548e66f6c4a
parentb9a4997e92e4c16147fcf96453a4c3e08080ac66
conf: introduce snd_config_get_card() function

It's helper for the "card" entries parsing. It reduces
the code in most of open_hw functions.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/conf.h
src/confmisc.c
src/control/control_hw.c
src/hwdep/hwdep_hw.c
src/pcm/pcm_direct.c
src/pcm/pcm_hw.c
src/pcm/pcm_softvol.c
src/rawmidi/rawmidi_hw.c
src/timer/timer_hw.c