All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gyeongtaek Lee" <gt82.lee@samsung.com>
To: <stable@vger.kernel.org>
Cc: <broonie@kernel.org>, <tiwai@suse.com>, <tkjung@samsung.com>,
	<hmseo@samsung.com>, <tkjung@samsung.com>, <kimty@samsung.com>
Subject: [PATCH 0/4] Fixes for ASoC DPCM and topology
Date: Tue, 14 Apr 2020 10:48:57 +0900	[thread overview]
Message-ID: <000401d611fe$dd1589f0$97409dd0$@samsung.com> (raw)
In-Reply-To: CGME20200414014858epcas2p3e9028454a601cd9852ba6444f183d8c9@epcas2p3.samsung.com

Hi,

I'd like to request cherry-picking some fixes for ALSA SoC to stable branch.
Those patches are fix or add couple of functions which are essential when ALSA topology and Compress offload is used with Dynamic
PCM.
All fixes are tested on 4.19 and 5.4.

1. Fix overflow of register mask when shift value is set to 32.
2. Default value setting for virtual kcontrol
3. Error on offload playback start or stop after pause
4. Prefix missing when a kcontrol is created with ASoC component with name prefix.

Commit ID:
  0ab070917afdc93670c2d0ea02ab6defb6246a7c
  3bbbb7728fc853d71dbce4073fef9f281fbfb4dd
  21fca8bdbb64df1297e8c65a746c4c9f4a689751
  abca9e4a04fbe9c6df4d48ca7517e1611812af25

Kernel version wish it to be applied:
  5.4

Subject:
이경택 (4):
  ASoC: fix regwmask
  ASoC: dapm: connect virtual mux with default value
  ASoC: dpcm: allow start or stop during pause for backend
  ASoC: topology: use name_prefix for new kcontrol

 sound/soc/soc-dapm.c     | 8 +++++++-
 sound/soc/soc-ops.c      | 4 ++--
 sound/soc/soc-pcm.c      | 6 ++++--
 sound/soc/soc-topology.c | 2 +-
 4 files changed, 14 insertions(+), 6 deletions(-)


base-commit: bc844d58f697dff3ded4b410094ee89f5cedc04c
-- 
2.21.0



       reply	other threads:[~2020-04-14  1:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200414014858epcas2p3e9028454a601cd9852ba6444f183d8c9@epcas2p3.samsung.com>
2020-04-14  1:48 ` Gyeongtaek Lee [this message]
2020-04-14  8:15   ` [PATCH 0/4] Fixes for ASoC DPCM and topology Greg KH
2020-04-14  8:16   ` Greg KH
2020-04-14  8:25     ` Greg KH
2020-04-14  8:50     ` Gyeongtaek Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000401d611fe$dd1589f0$97409dd0$@samsung.com' \
    --to=gt82.lee@samsung.com \
    --cc=broonie@kernel.org \
    --cc=hmseo@samsung.com \
    --cc=kimty@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.com \
    --cc=tkjung@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.