]> git.alsa-project.org Git - alsa-lib.git/commit
pcm:plug: save converter config
authorAndreas Pape <apape@de.adit-jv.com>
Tue, 21 Mar 2017 12:58:18 +0000 (18:28 +0530)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Mar 2017 15:38:12 +0000 (16:38 +0100)
commit653faa8991aa3460c42d9688ff83846807f3ad51
tree851917ef1cd2f886586ae621b93be5276d91e0b5
parent7c2093b1c136e0766116a0b88b565b99176aed19
pcm:plug: save converter config

Passed config is freed after call to open, thus it is invalid when
trying to extract the converter name. So config entry is saved
for later usage.

Signed-off-by: Andreas Pape <apape@de.adit-jv.com>
Signed-off-by: Mounesh Sutar <sutar.mounesh@gmail.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_plug.c