commit | e6c2e7eb27fc512af6875d7f2cf313e29c61be0b | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri May 24 15:18:10 2013 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri May 24 15:41:44 2013 +0200 |
tree | 6e254e4b5b673569b2910fb2a6d7a16c86298308 | |
parent | 3cf981484a002fd02c410741d30b234227f89568 [diff] |
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 <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>