Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Fix wrong ctl value references in ASoC codecs
@ 2015-03-10 11:39 Takashi Iwai
  2015-03-10 11:39 ` [PATCH 01/14] ASoC: adav80x: Fix wrong value references for boolean kctl Takashi Iwai
                   ` (14 more replies)
  0 siblings, 15 replies; 27+ messages in thread
From: Takashi Iwai @ 2015-03-10 11:39 UTC (permalink / raw)
  To: Mark Brown
  Cc: alsa-devel, Lars-Peter Clausen, Brian Austin, Paul Handrigan,
	Liam Girdwood, Charles Keepax

Hi,

while looking through the ASoC codec codes, I noticed that lots of
drivers refer to the wrong union value type for boolean controls.
They should be value.integer.value[], but the code accesses to
value.enumerated.item[].  They haven't been noticed so far maybe just
because both are same on 32bit architectures.  But they are
incompatible on 64bit architectures, thus must be fixed.


Takashi

===

Takashi Iwai (14):
  ASoC: adav80x: Fix wrong value references for boolean kctl
  ASoC: ak4641: Fix wrong value references for boolean kctl
  ASoC: cs4271: Fix wrong value references for boolean kctl
  ASoC: es8238: Fix wrong value references for boolean kctl
  ASoC: pcm1681: Fix wrong value references for boolean kctl
  ASoC: tas5086: Fix wrong value references for boolean kctl
  ASoC: wm2000: Fix wrong value references for boolean kctl
  ASoC: wm8731: Fix wrong value references for boolean kctl
  ASoC: wm8903: Fix wrong value references for boolean kctl
  ASoC: wm8904: Fix wrong value references for boolean kctl
  ASoC: wm8955: Fix wrong value references for boolean kctl
  ASoC: wm8960: Fix wrong value references for boolean kctl
  ASoC: wm9712: Fix wrong value references for boolean kctl
  ASoC: wm9713: Fix wrong value references for boolean kctl

 sound/soc/codecs/adav80x.c | 4 ++--
 sound/soc/codecs/ak4641.c  | 4 ++--
 sound/soc/codecs/cs4271.c  | 4 ++--
 sound/soc/codecs/es8328.c  | 4 ++--
 sound/soc/codecs/pcm1681.c | 4 ++--
 sound/soc/codecs/tas5086.c | 4 ++--
 sound/soc/codecs/wm2000.c  | 8 ++++----
 sound/soc/codecs/wm8731.c  | 4 ++--
 sound/soc/codecs/wm8903.c  | 4 ++--
 sound/soc/codecs/wm8904.c  | 4 ++--
 sound/soc/codecs/wm8955.c  | 4 ++--
 sound/soc/codecs/wm8960.c  | 4 ++--
 sound/soc/codecs/wm9712.c  | 6 +++---
 sound/soc/codecs/wm9713.c  | 6 +++---
 14 files changed, 32 insertions(+), 32 deletions(-)

-- 
2.3.2

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2015-03-10 20:15 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10 11:39 [PATCH 00/14] Fix wrong ctl value references in ASoC codecs Takashi Iwai
2015-03-10 11:39 ` [PATCH 01/14] ASoC: adav80x: Fix wrong value references for boolean kctl Takashi Iwai
2015-03-10 11:42   ` Lars-Peter Clausen
2015-03-10 11:39 ` [PATCH 02/14] ASoC: ak4641: " Takashi Iwai
2015-03-10 11:39 ` [PATCH 03/14] ASoC: cs4271: " Takashi Iwai
2015-03-10 13:14   ` Handrigan, Paul
2015-03-10 20:14     ` Mark Brown
2015-03-10 11:39 ` [PATCH 04/14] ASoC: es8238: " Takashi Iwai
2015-03-10 11:39 ` [PATCH 05/14] ASoC: pcm1681: " Takashi Iwai
2015-03-10 11:39 ` [PATCH 06/14] ASoC: tas5086: " Takashi Iwai
2015-03-10 11:39 ` [PATCH 07/14] ASoC: wm2000: " Takashi Iwai
2015-03-10 15:00   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 08/14] ASoC: wm8731: " Takashi Iwai
2015-03-10 15:00   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 09/14] ASoC: wm8903: " Takashi Iwai
2015-03-10 15:00   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 10/14] ASoC: wm8904: " Takashi Iwai
2015-03-10 15:00   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 11/14] ASoC: wm8955: " Takashi Iwai
2015-03-10 15:01   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 12/14] ASoC: wm8960: " Takashi Iwai
2015-03-10 15:01   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 13/14] ASoC: wm9712: " Takashi Iwai
2015-03-10 15:01   ` Charles Keepax
2015-03-10 11:39 ` [PATCH 14/14] ASoC: wm9713: " Takashi Iwai
2015-03-10 15:02   ` Charles Keepax
2015-03-10 20:15 ` [PATCH 00/14] Fix wrong ctl value references in ASoC codecs Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox