![](https://secure.gravatar.com/avatar/c3ef72c9b31a87b949f0f9800b5ef11f.jpg?s=120&d=mm&r=g)
13 Oct
2017
13 Oct
'17
7:16 p.m.
Make the function argument of function sound_install_audiodrv const. After this change, make the structures audio_driver const as they are only passed to the const argument (made const in Patch[1/2]) of the function sound_install_audiodrv .
Bhumika Goyal (2): sound: oss: make the function argument as const sound: oss: make audio_driver structure const
sound/oss/dev_table.c | 2 +- sound/oss/dev_table.h | 2 +- sound/oss/pas2_pcm.c | 2 +- sound/oss/waveartist.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
--
1.9.1