mbox series

[GIT,PULL] soundwire updates

Message ID 20181206171621.GA2847@vkoul-mobl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] soundwire updates | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.21-rc1

Message

Vinod Koul Dec. 6, 2018, 5:16 p.m. UTC
Hey Greg,

Please pull to receive a single commit for soundwire tree for this
cycle. Am off next week so sending this bit early

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.21-rc1

for you to fetch changes up to b1635596860dd3229645e41276f6c83ca788e4c1:

  soundwire: intel: constify snd_soc_dai_ops structures (2018-11-12 15:36:06 +0530)

----------------------------------------------------------------
soundwire updates for 4.21-rc1

A single change:
 - constify snd_soc_dai_ops struct by Julia

----------------------------------------------------------------
Julia Lawall (1):
      soundwire: intel: constify snd_soc_dai_ops structures

 drivers/soundwire/intel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Greg Kroah-Hartman Dec. 7, 2018, 7:10 a.m. UTC | #1
On Thu, Dec 06, 2018 at 10:46:21PM +0530, Vinod Koul wrote:
> Hey Greg,
> 
> Please pull to receive a single commit for soundwire tree for this
> cycle. Am off next week so sending this bit early
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-4.21-rc1

Now pulled, thanks.

greg k-h