Searched hist:e195a331c4124a6527e5e1b6fbd93a6b4a984d7b (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/usb/line6/ |
H A D | playback.h | diff e195a331c4124a6527e5e1b6fbd93a6b4a984d7b Wed Sep 27 01:19:27 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ALSA: line6: make snd_pcm_ops const
Make these const as they are only passed to a const argument of the function snd_pcm_set_ops in the file referencing them. Also, add const to the declaration in the headers.
Structures found using Coccinelle and changes done by hand.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | capture.h | diff e195a331c4124a6527e5e1b6fbd93a6b4a984d7b Wed Sep 27 01:19:27 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ALSA: line6: make snd_pcm_ops const
Make these const as they are only passed to a const argument of the function snd_pcm_set_ops in the file referencing them. Also, add const to the declaration in the headers.
Structures found using Coccinelle and changes done by hand.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | capture.c | diff e195a331c4124a6527e5e1b6fbd93a6b4a984d7b Wed Sep 27 01:19:27 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ALSA: line6: make snd_pcm_ops const
Make these const as they are only passed to a const argument of the function snd_pcm_set_ops in the file referencing them. Also, add const to the declaration in the headers.
Structures found using Coccinelle and changes done by hand.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|
H A D | playback.c | diff e195a331c4124a6527e5e1b6fbd93a6b4a984d7b Wed Sep 27 01:19:27 CDT 2017 Bhumika Goyal <bhumirks@gmail.com> ALSA: line6: make snd_pcm_ops const
Make these const as they are only passed to a const argument of the function snd_pcm_set_ops in the file referencing them. Also, add const to the declaration in the headers.
Structures found using Coccinelle and changes done by hand.
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
|