login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
February
»
4
Re: [alsa-devel] [PATCH][sound/soc/fsl/mpc8610_hpcd.c] duplicate strcasecmp test for "rj-master" in mpc8610_hpcd_probe()
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Mark Brown <broonie@...>
To: Roel Kluin <12o3l@...>, Timur Tabi <timur@...>
Cc: <liam.girdwood@...>, <alsa-devel@...>, lkml <linux-kernel@...>
Subject:
Re: [alsa-devel] [PATCH][sound/soc/fsl/mpc8610_hpcd.c] duplicate strcasecmp test for "rj-master" in mpc8610_hpcd_probe()
Date: Monday, February 4, 2008 - 7:11 pm
On Mon, Feb 04, 2008 at 10:08:02PM +0100, Roel Kluin wrote:
quoted text
> In linus' git tree I found this problem. Is it also in the alsa tree? > please confirm it's the right fix. The patch was not yet tested.
Timur, this looks like a good catch?
quoted text
> -- > duplicate test for "rj-master" > > Signed-off-by: Roel Kluin <12o3l@tiscali.nl> > --- > diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c > index f26c4b2..a00aac7 100644 > --- a/sound/soc/fsl/mpc8610_hpcd.c > +++ b/sound/soc/fsl/mpc8610_hpcd.c > @@ -314,9 +314,9 @@ static int mpc8610_hpcd_probe(struct of_device *ofdev, > } else if (strcasecmp(sprop, "lj-master") == 0) { > machine_data->dai_format = SND_SOC_DAIFMT_LEFT_J; > machine_data->codec_clk_direction = SND_SOC_CLOCK_IN; > machine_data->cpu_clk_direction = SND_SOC_CLOCK_OUT; > - } else if (strcasecmp(sprop, "rj-master") == 0) { > + } else if (strcasecmp(sprop, "rj-slave") == 0) { > machine_data->dai_format = SND_SOC_DAIFMT_RIGHT_J; > machine_data->codec_clk_direction = SND_SOC_CLOCK_OUT; > machine_data->cpu_clk_direction = SND_SOC_CLOCK_IN; > } else if (strcasecmp(sprop, "rj-master") == 0) {
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH][sound/soc/fsl/mpc8610_hpcd.c] duplicate strcasecmp t...
, Roel Kluin
, (Mon Feb 4, 5:08 pm)
Re: [alsa-devel] [PATCH][sound/soc/fsl/mpc8610_hpcd.c] dupli...
, Mark Brown
, (Mon Feb 4, 7:11 pm)
Re: [alsa-devel] [PATCH][sound/soc/fsl/mpc8610_hpcd.c] dupli...
, Timur Tabi
, (Mon Feb 4, 7:17 pm)
[PATCH] duplicate strcasecmp test for "rj-master" in mpc8610...
, Mark Brown
, (Tue Feb 5, 6:19 am)
Re: [alsa-devel] [PATCH] duplicate strcasecmp test for "rj-m...
, Takashi Iwai
, (Wed Feb 6, 3:27 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Newall
Re: Slow DOWN, please!!!
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
Christoph Lameter
Re: -mm merge plans for 2.6.23
Roland Dreier
Re: Integration of SCST in the mainstream Linux kernel
git
:
linux-netdev
:
David Miller
[GIT]: Networking
Gerrit Renker
[PATCH 15/37] dccp: Set per-connection CCIDs via socket options
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Andreas Henriksson
[PATCH 06/12] Remove bogus reference to tc-filters(8) from tc(8) manpage.
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
0 users
and
757 guests
online.
Syndicate