* [GIT PULL] ASoC fixes for v4.11
@ 2017-03-30 17:56 Mark Brown
2017-03-30 18:04 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2017-03-30 17:56 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 4117 bytes --]
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.11-rc4
for you to fetch changes up to 2ddaa6762696db4bb35726063b421782a9e0436f:
Merge remote-tracking branches 'asoc/fix/rt5665', 'asoc/fix/simple', 'asoc/fix/sti' and 'asoc/fix/sun8i' into asoc-linus (2017-03-29 12:55:08 +0100)
----------------------------------------------------------------
ASoC: Fixes for v4.11
A relatively large pile of fixes for mainline, the first since the merge
window. The biggest block of changes here by volume is the sun8i-codec
set, the driver was newly added in the merge window but it was realized
that renaming some of the user visible controls was required so these
are being pushed for v4.11 to avoid the original code appearing in a
release. Otherwise it's all fairly standard bugfix stuff.
----------------------------------------------------------------
Arnaud Pouliquen (1):
ASoC: STI: Fix reader substream pointer set
Arnd Bergmann (1):
ASoC: mediatek: add I2C dependency for CS42XX8
Bard Liao (6):
ASoC: rt5665: fix getting wrong work handler container
ASoC: rt5665: increase LDO level
ASoC: rt5665: Vref3 is necessary for Mono Amp
ASoC: rt5665: CLKDET is also a power of ASRC
ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X
ASoC: rt5665: fix wrong shift rt5665_if2_1_adc_in_enum
Brian Norris (1):
ASoC: don't dereference NULL pcm_{new,free}
Charles Keepax (2):
ASoC: wm_adsp: Return an error on write to a disabled volatile control
ASoC: wm_adsp: Acknowledge controls should also check the DSP is running
Hiroyuki Yokoyama (1):
ASoC: rsnd: fix sound route path when using SRC6/SRC9
Jeeja KP (2):
ASoC: hdac_hdmi: avoid reference to invalid variable of the pin list
ASoC: hdac_hdmi: don't update the iterator in pcm list remove
Kuninori Morimoto (3):
ASoC: rcar: avoid SSI_MODEx settings for SSI8
ASoC: rcar: clear DE bit only in PDMACHCR when it stops
ASoC: rcar: dma: remove unnecessary "volatile"
Lucas Stach (1):
ASoC: simple-card: fix simple_dai clk lookup
Mark Brown (4):
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus
Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/atmel', 'asoc/fix/hdac-hdmi' and 'asoc/fix/mtk' into asoc-linus
Merge remote-tracking branches 'asoc/fix/rt5665', 'asoc/fix/simple', 'asoc/fix/sti' and 'asoc/fix/sun8i' into asoc-linus
Mylène Josserand (5):
ASoC: sun8i-codec: Remove analog "HP" widget
ASoC: sun8i-codec: Update mixer to use SOC_DAPM_DOUBLE
ASoC: sun8i-codec: Fix space on audio-routing widget
ASoC: sun8i-codec: Convert to use SND_SOC_DAPM_AIF_IN
ARM: dts: sun8i: Update audio-routing with renamed widgets
Songjun Wu (1):
ASoC: atmel-classd: fix audio clock rate
Takashi Sakamoto (1):
ASoC: Intel: Skylake: fix invalid memory access due to wrong reference of pointer
arch/arm/boot/dts/sun8i-a33.dtsi | 4 +-
sound/soc/atmel/atmel-classd.c | 2 +-
sound/soc/codecs/hdac_hdmi.c | 16 ++++----
sound/soc/codecs/rt5665.c | 10 +++--
sound/soc/codecs/rt5665.h | 2 +-
sound/soc/codecs/wm_adsp.c | 9 ++++-
sound/soc/generic/simple-card-utils.c | 1 +
sound/soc/intel/skylake/skl-topology.c | 2 +-
sound/soc/mediatek/Kconfig | 2 +-
sound/soc/sh/rcar/cmd.c | 36 ++++++++++--------
sound/soc/sh/rcar/dma.c | 18 ++++++++-
sound/soc/sh/rcar/ssiu.c | 6 ++-
sound/soc/soc-core.c | 8 +++-
sound/soc/sti/uniperif_reader.c | 3 ++
sound/soc/sunxi/sun8i-codec.c | 67 +++++++++++++++-------------------
15 files changed, 109 insertions(+), 77 deletions(-)
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ASoC fixes for v4.11
2017-03-30 17:56 Mark Brown
@ 2017-03-30 18:04 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2017-03-30 18:04 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
On Thu, 30 Mar 2017 19:56:33 +0200,
Mark Brown wrote:
>
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
> Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.11-rc4
>
> for you to fetch changes up to 2ddaa6762696db4bb35726063b421782a9e0436f:
>
> Merge remote-tracking branches 'asoc/fix/rt5665', 'asoc/fix/simple', 'asoc/fix/sti' and 'asoc/fix/sun8i' into asoc-linus (2017-03-29 12:55:08 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v4.11
>
> A relatively large pile of fixes for mainline, the first since the merge
> window. The biggest block of changes here by volume is the sun8i-codec
> set, the driver was newly added in the merge window but it was realized
> that renaming some of the user visible controls was required so these
> are being pushed for v4.11 to avoid the original code appearing in a
> release. Otherwise it's all fairly standard bugfix stuff.
Thanks, pulled now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ASoC fixes for v4.11
@ 2017-04-25 15:31 Mark Brown
2017-04-25 15:48 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2017-04-25 15:31 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 1921 bytes --]
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.11-rc7
for you to fetch changes up to dc9617cb81c4130858b6dd026039f42a39e93c18:
Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus (2017-04-25 16:25:07 +0100)
----------------------------------------------------------------
ASoC: Fixes for v4.11
A few last minute fixes for v4.11, the STI fix is relatively large but
driver specific and has been cooking in -next for a little while now:
- A fix from Takashi for some suspend/resume related crashes in the
Intel drivers.
- A fix from Mousumi Jana for issues with incorrectly created
enumeration controls generated from topology files which could cause
problems for userspace.
- Fixes from Arnaud Pouliquen for some crashes due to races with the
interrupt handler in the STI driver.
----------------------------------------------------------------
Arnaud Pouliquen (2):
ASoC: STI: Fix reader substream pointer set
ASoC: STI: Fix null ptr deference in IRQ handler
Mark Brown (1):
Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus
Mousumi Jana (1):
ASoC: topology: Fix to store enum text values
Takashi Iwai (1):
ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
sound/soc/intel/boards/bytcr_rt5640.c | 4 ++--
sound/soc/intel/boards/bytcr_rt5651.c | 2 --
sound/soc/soc-topology.c | 1 +
sound/soc/sti/uniperif.h | 1 +
sound/soc/sti/uniperif_player.c | 35 ++++++++++++++++++++++++-----------
sound/soc/sti/uniperif_reader.c | 27 +++++++++++++++++++++++----
6 files changed, 51 insertions(+), 19 deletions(-)
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] ASoC fixes for v4.11
2017-04-25 15:31 [GIT PULL] ASoC fixes for v4.11 Mark Brown
@ 2017-04-25 15:48 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2017-04-25 15:48 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
On Tue, 25 Apr 2017 17:31:35 +0200,
Mark Brown wrote:
>
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
> Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.11-rc7
>
> for you to fetch changes up to dc9617cb81c4130858b6dd026039f42a39e93c18:
>
> Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus (2017-04-25 16:25:07 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v4.11
>
> A few last minute fixes for v4.11, the STI fix is relatively large but
> driver specific and has been cooking in -next for a little while now:
>
> - A fix from Takashi for some suspend/resume related crashes in the
> Intel drivers.
> - A fix from Mousumi Jana for issues with incorrectly created
> enumeration controls generated from topology files which could cause
> problems for userspace.
> - Fixes from Arnaud Pouliquen for some crashes due to races with the
> interrupt handler in the STI driver.
Thanks, pulled now.
Takashi
> ----------------------------------------------------------------
> Arnaud Pouliquen (2):
> ASoC: STI: Fix reader substream pointer set
> ASoC: STI: Fix null ptr deference in IRQ handler
>
> Mark Brown (1):
> Merge remote-tracking branches 'asoc/fix/intel', 'asoc/fix/topology' and 'asoc/fix/sti' into asoc-linus
>
> Mousumi Jana (1):
> ASoC: topology: Fix to store enum text values
>
> Takashi Iwai (1):
> ASoC: intel: Fix PM and non-atomic crash in bytcr drivers
>
> sound/soc/intel/boards/bytcr_rt5640.c | 4 ++--
> sound/soc/intel/boards/bytcr_rt5651.c | 2 --
> sound/soc/soc-topology.c | 1 +
> sound/soc/sti/uniperif.h | 1 +
> sound/soc/sti/uniperif_player.c | 35 ++++++++++++++++++++++++-----------
> sound/soc/sti/uniperif_reader.c | 27 +++++++++++++++++++++++----
> 6 files changed, 51 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-04-25 15:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 15:31 [GIT PULL] ASoC fixes for v4.11 Mark Brown
2017-04-25 15:48 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2017-03-30 17:56 Mark Brown
2017-03-30 18:04 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox