Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751631AbdHSJEd (ORCPT ); Sat, 19 Aug 2017 05:04:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:42234 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751038AbdHSJEd (ORCPT ); Sat, 19 Aug 2017 05:04:33 -0400 Date: Sat, 19 Aug 2017 11:04:31 +0200 Message-ID: From: Takashi Iwai To: "Arvind Yadav" Cc: , , , , , , Subject: Re: [PATCH 00/13] constify alsa snd_pcm_ops structures In-Reply-To: <1503042321-26758-1-git-send-email-arvind.yadav.cs@gmail.com> References: <1503042321-26758-1-git-send-email-arvind.yadav.cs@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 26 On Fri, 18 Aug 2017 09:45:08 +0200, Arvind Yadav wrote: > > snd_pcm_ops are not supposed to change at runtime. All functions > working with snd_pcm_ops provided by work with > const snd_pcm_ops. So mark the non-const structs as const. > > Arvind Yadav (13): > [PATCH 01/13] ALSA: aoa: constify snd_pcm_ops structures > [PATCH 02/13] ALSA: arm: constify snd_pcm_ops structures > [PATCH 03/13] ALSA: atmel: constify snd_pcm_ops structures > [PATCH 04/13] ALSA: drivers: constify snd_pcm_ops structures > [PATCH 05/13] ALSA: firewire: constify snd_pcm_ops structures > [PATCH 06/13] ALSA: mips: constify snd_pcm_ops structures > [PATCH 07/13] ALSA: parisc: constify snd_pcm_ops structures > [PATCH 08/13] ALSA: pcmcia: constify snd_pcm_ops structures > [PATCH 09/13] ALSA: ppc: constify snd_pcm_ops structures > [PATCH 10/13] ALSA: sh: constify snd_pcm_ops structures > [PATCH 11/13] ALSA: sparc: constify snd_pcm_ops structures > [PATCH 12/13] ALSA: spi: constify snd_pcm_ops structures > [PATCH 13/13] ALSA: usb: constify snd_pcm_ops structures Applied all patches. Thanks. Takashi