asoc: Add dummy PCM backend
Add dummy PCM backend definition for virtual devices. This is being added to support echo reference capture. Change-Id: I7830f9adf963397d06b837add3f9e1c0fe31563c
This commit is contained in:

zatwierdzone przez
nmadiset

rodzic
77363afeba
commit
bb89ad1722
@@ -479,6 +479,16 @@ static struct snd_soc_dai_link msm_common_be_dai_links[] = {
|
||||
.ops = &msm_common_be_ops,
|
||||
SND_SOC_DAILINK_REG(usb_audio_tx),
|
||||
},
|
||||
{
|
||||
.name = LPASS_BE_PCM_DUMMY_TX_0,
|
||||
.stream_name = LPASS_BE_PCM_DUMMY_TX_0,
|
||||
.capture_only = 1,
|
||||
.trigger = {SND_SOC_DPCM_TRIGGER_POST,
|
||||
SND_SOC_DPCM_TRIGGER_POST},
|
||||
.ignore_suspend = 1,
|
||||
.ops = &msm_common_be_ops,
|
||||
SND_SOC_DAILINK_REG(pcm_dummy_tx0),
|
||||
},
|
||||
};
|
||||
|
||||
static struct snd_soc_dai_link msm_wcn_be_dai_links[] = {
|
||||
|
Reference in New Issue
Block a user