Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932113AbdHWNy1 (ORCPT ); Wed, 23 Aug 2017 09:54:27 -0400 Received: from mx2.suse.de ([195.135.220.15]:58111 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754001AbdHWNyX (ORCPT ); Wed, 23 Aug 2017 09:54:23 -0400 Date: Wed, 23 Aug 2017 15:54:21 +0200 Message-ID: From: Takashi Iwai To: "Arvind Yadav" Cc: , , , Subject: Re: [PATCH 0/4] constify ac97_pcm structures In-Reply-To: <1503490168-26501-1-git-send-email-arvind.yadav.cs@gmail.com> References: <1503490168-26501-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: 551 Lines: 17 On Wed, 23 Aug 2017 14:09:24 +0200, Arvind Yadav wrote: > > ac97_pcm are not supposed to change at runtime. All functions > working with ac97_pcm provided by work with > const ac97_pcm. So mark the non-const structs as const. > > Arvind Yadav (4): > [PATCH 1/4] ALSA: aaci: constify ac97_pcm structures > [PATCH 2/4] ALSA: ac97c: constify ac97_pcm structures > [PATCH 3/4] ALSA: atiixp: constify ac97_pcm structures > [PATCH 4/4] ALSA: intel8x0: constify ac97_pcm structures Applied all patches now. Thanks. Takashi