[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <20170705061323.a45ylipylcerz3te@gangnam.samsung>
Date: Wed, 05 Jul 2017 15:13:23 +0900
From: Andi Shyti <andi.shyti@...sung.com>
To: Jaechul Lee <jcsing.lee@...sung.com>
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Sangbeom Kim <sbkim73@...sung.com>,
Sylwester Nawrocki <s.nawrocki@...sung.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
alsa-devel <alsa-devel@...a-project.org>,
Jaechul Lee <galaxyra@...il.com>,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ASoC: samsung: i2s: Supported high resolution rates
Hi Jaechul,
> This driver can support more frequencies over 96KHz. There are no reasons
> to limit the frequency range below 96KHz. If codecs/amps or something else
> can't support high resolution rates, the constraints would be set rates
> properly because each drivers have its own limits.
That's a good commit introduction, but you are not explaining
what you actually did. Please explain better how you fixed the
issue.
"> Supported high resolution rates"
In the patch title, please use the imperative form, not
"supported" but "support".
> + if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node)
I do not like drivers to check the Kernel's configuration, I
think just checking "pdev->dev.of_node" is enough.
The rest looks good.
Andi
Powered by blists - more mailing lists