Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a1be1a5 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'topic/dai-link' of...

Merge branch 'topic/dai-link' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel
parents 396cbebe 2f0ad491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1002,7 +1002,7 @@ struct snd_soc_dai_link {
	 */
	const char *platform_name;
	struct device_node *platform_of_node;
	int be_id;	/* optional ID for machine driver BE identification */
	int id;	/* optional ID for machine driver link identification */

	const struct snd_soc_pcm_stream *params;
	unsigned int num_params;
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ static struct snd_soc_dai_link broadwell_rt286_dais[] = {
	{
		/* SSP0 - Codec */
		.name = "Codec",
		.be_id = 0,
		.id = 0,
		.cpu_dai_name = "snd-soc-dummy-dai",
		.platform_name = "snd-soc-dummy",
		.no_pcm = 1,
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ static struct snd_soc_dai_link byt_rt5640_dais[] = {
		/* back ends */
	{
		.name = "SSP2-Codec",
		.be_id = 1,
		.id = 1,
		.cpu_dai_name = "ssp2-port",
		.platform_name = "sst-mfld-platform",
		.no_pcm = 1,
+1 −1
Original line number Diff line number Diff line
@@ -267,7 +267,7 @@ static struct snd_soc_dai_link byt_rt5651_dais[] = {
	/* back ends */
	{
		.name = "SSP2-Codec",
		.be_id = 1,
		.id = 1,
		.cpu_dai_name = "ssp2-port",
		.platform_name = "sst-mfld-platform",
		.no_pcm = 1,
+1 −1
Original line number Diff line number Diff line
@@ -255,7 +255,7 @@ static struct snd_soc_dai_link cht_dailink[] = {
	/* back ends */
	{
		.name = "SSP2-Codec",
		.be_id = 1,
		.id = 1,
		.cpu_dai_name = "ssp2-port",
		.platform_name = "sst-mfld-platform",
		.no_pcm = 1,
Loading