All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-sound@vger.kernel.org, Russell King <linux@armlinux.org.uk>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>
Subject: Re: [PATCH] sound: soc: fsl: eukrea-tlv320: update board checks to use the DT
Date: Sun, 10 May 2026 21:57:09 +0900	[thread overview]
Message-ID: <agCApXl_RwG3r2iu@sirena.co.uk> (raw)
In-Reply-To: <20260509214622.38319-1-enelsonmoore@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

On Sat, May 09, 2026 at 02:46:19PM -0700, Ethan Nelson-Moore wrote:

> index 6be074ea0b3f..2e6abd620571 100644
> --- a/sound/soc/fsl/eukrea-tlv320.c
> +++ b/sound/soc/fsl/eukrea-tlv320.c
> @@ -142,7 +142,7 @@ static int eukrea_tlv320_probe(struct platform_device *pdev)
>  		eukrea_tlv320.name = "cpuimx-audio";
>  	}
>  
> -	if (machine_is_eukrea_cpuimx27() ||
> +	if (of_machine_is_compatible("eukrea,cpuimx27") ||

This renders the inclusion of asm/mach-types.h redundant.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  parent reply	other threads:[~2026-05-10 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-09 21:46 [PATCH] sound: soc: fsl: eukrea-tlv320: update board checks to use the DT Ethan Nelson-Moore
2026-05-10  1:25 ` Mark Brown
2026-05-10 12:57 ` Mark Brown [this message]
2026-05-10 22:08   ` Ethan Nelson-Moore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=agCApXl_RwG3r2iu@sirena.co.uk \
    --to=broonie@kernel.org \
    --cc=enelsonmoore@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.