All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ALSA/ASoC: fix after merging ASoC PR for v4.12-rc1
@ 2017-05-02 13:32 Takashi Sakamoto
  2017-05-02 13:33 ` [PATCH 1/4] ASoC: codecs: da7213: fix invalid usage of bitwise operation in loop condition Takashi Sakamoto
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Takashi Sakamoto @ 2017-05-02 13:32 UTC (permalink / raw)
  To: tiwai, broonie; +Cc: alsa-devel

Hi,

This patchset is for current 'for-linus' remote branch[1], after merging
PR from ALSA SoC part for v4.12-rc1[2].

The first two patch includes bug fixes introduced at former kernel
releases, the rest is to suppress sparse.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/?h=for-linus&id=a5c3b32a1146e44f6b38fdfdfffc27842953420c
[2] http://mailman.alsa-project.org/pipermail/alsa-devel/2017-May/120308.html

Takashi Sakamoto (4):
  ASoC: codecs: da7213: fix invalid usage of bitwise operation in loop
    condition
  ASoC: codecs: msm8916: fix invalid cast to bool type
  ASoC: hisilicon: localize functions without external linkage
  ASoC: intel: atom: localize variable without external linkage

 sound/soc/codecs/da7213.c             | 14 +++++---------
 sound/soc/codecs/msm8916-wcd-analog.c |  6 +++---
 sound/soc/hisilicon/hi6210-i2s.c      | 11 ++++++-----
 sound/soc/intel/atom/sst/sst.c        |  2 +-
 4 files changed, 15 insertions(+), 18 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-05-15  8:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 13:32 [PATCH 0/4] ALSA/ASoC: fix after merging ASoC PR for v4.12-rc1 Takashi Sakamoto
2017-05-02 13:33 ` [PATCH 1/4] ASoC: codecs: da7213: fix invalid usage of bitwise operation in loop condition Takashi Sakamoto
2017-05-02 14:02   ` Adam Thomson
2017-05-02 13:33 ` [PATCH 2/4] ASoC: codecs: msm8916: fix invalid cast to bool type Takashi Sakamoto
2017-05-14  9:59   ` Mark Brown
2017-05-15  8:14     ` Takashi Iwai
2017-05-15  8:17       ` Mark Brown
2017-05-15  8:17         ` Mark Brown
2017-05-15  8:43         ` Takashi Iwai
2017-05-15  8:02   ` Applied "ASoC: codecs: msm8916: fix invalid cast to bool type" to the asoc tree Mark Brown
2017-05-02 13:33 ` [PATCH 3/4] ASoC: hisilicon: localize functions without external linkage Takashi Sakamoto
2017-05-15  8:02   ` Applied "ASoC: hisilicon: localize functions without external linkage" to the asoc tree Mark Brown
2017-05-02 13:33 ` [PATCH 4/4] ASoC: intel: atom: localize variable without external linkage Takashi Sakamoto
2017-05-15  8:02   ` Applied "ASoC: intel: atom: localize variable without external linkage" to the asoc tree Mark Brown

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.