From: Lars-Peter Clausen Date: Fri, 24 May 2013 13:18:10 +0000 (+0200) Subject: ALSA: Constify the snd_pcm_substream struct ops field X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~15^2~3^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6c2e7eb27fc512af6875d7f2cf313e29c61be0b;p=pandora-kernel.git ALSA: Constify the snd_pcm_substream struct ops field The ops field of the snd_pcm_substream struct is never modified inside the ALSA core. Making it const allows drivers to declare their snd_pcm_ops struct as const. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed