Re: [PATCH 0/2] sound: oss: make the function argument and structure const

2017-10-16 Thread Takashi Iwai
On Fri, 13 Oct 2017 19:16:31 +0200, Bhumika Goyal wrote: > > 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

Re: [PATCH 0/2] sound: oss: make the function argument and structure const

2017-10-16 Thread Takashi Iwai
On Fri, 13 Oct 2017 19:16:31 +0200, Bhumika Goyal wrote: > > 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

[PATCH 0/2] sound: oss: make the function argument and structure const

2017-10-13 Thread Bhumika Goyal
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

[PATCH 0/2] sound: oss: make the function argument and structure const

2017-10-13 Thread Bhumika Goyal
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