]> git.alsa-project.org Git - alsa-lib.git/commit
Set PCM name properly in empty and asym plugins
authorTakashi Iwai <tiwai@suse.de>
Mon, 26 Nov 2007 11:29:37 +0000 (12:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 26 Nov 2007 11:29:37 +0000 (12:29 +0100)
commit72ede8a12d2eed686f91bd00dd4badc10d5e4c3e
tree6bae81198e969fdc1a4b7bb5d3fa7cfce0f5cc1d
parenta2d98ebd42d9aa3935395e99b4d50162d57bb771
Set PCM name properly in empty and asym plugins

The PCM name isn't set properly on empty and asym plugins due to its call
of snd_pcm_open_slave().  Now a new function snd_pcm_open_named_slave()
is created and make snd_pcm_open_slave() an inline function calling the
new one with name=NULL.
src/pcm/pcm.c
src/pcm/pcm_asym.c
src/pcm/pcm_empty.c
src/pcm/pcm_local.h