git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cf9814
)
ALSA: Constify the snd_pcm_substream struct ops field
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 24 May 2013 13:18:10 +0000
(15:18 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 24 May 2013 13:41:44 +0000
(15:41 +0200)
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>
No differences found