[Sound-open-firmware] [PATCH] topology: Add stream name to DAI widgets for binding to DAI links

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Thu Mar 15 12:58:02 CET 2018



On 03/14/2018 04:02 PM, Liam Girdwood wrote:
> On Wed, 2018-03-14 at 15:12 -0500, Pierre-Louis Bossart wrote:
>>> diff --git a/topology/reef-byt-rt5640.m4 b/topology/reef-byt-rt5640.m4
>>> index 9fa15a2..c971d41 100644
>>> --- a/topology/reef-byt-rt5640.m4
>>> +++ b/topology/reef-byt-rt5640.m4
>>> @@ -76,14 +76,14 @@ SectionGraph."pipe-byt-rt5640" {
>>>    # playback DAI is SSP2 using 2 periods
>>>    # Buffers use s24le format, with 48 frame per 1000us on core 0 with
>>> priority 0
>>>    DAI_ADD(sof/pipe-dai-playback.m4,
>>> -	1, SSP, 2,
>>> +	1, SSP, 2, Audio
>>>    	PIPELINE_SOURCE_1, 2, s24le,
>>>    	48, 1000, 0, 0)
>>>    
>>>    # capture DAI is SSP2 using 2 periods
>>>    # Buffers use s24le format, with 48 frame per 1000us on core 0 with
>>> priority 0
>>>    DAI_ADD(sof/pipe-dai-capture.m4,
>>> -	2, SSP, 2,
>>> +	2, SSP, 2, Audio,
>>>    	PIPELINE_SINK_2, 2, s24le,
>>>    	48, 1000, 0, 0)
>> This is wrong, should be SSP-Codec just like all other byt machine
>> drivers. 'Audio' is for the old unmaintained byt-rt5640 driver...
>>
>>
> Thanks, my T100 is broken so can no longer test that one. I'll send fix and iiuc
> this is the only deprecated machine driver in the Intel directory ?
byt-rt5640 and byt-max98090 are deprecated. The supported ones are
bytcr-rt5640 and cht-bsw-max98090_ti
>
> Thanks
>
> Liam
> _______________________________________________
> Sound-open-firmware mailing list
> Sound-open-firmware at alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/sound-open-firmware



More information about the Sound-open-firmware mailing list