Re: [PATCH 0/7] constify ALSA usb_device_id.

2017-08-06 Thread Takashi Iwai
On Sun, 06 Aug 2017 08:48:52 +0200, Arvind Yadav wrote: > > usb_device_id are not supposed to change at runtime. All functions > working with usb_device_id provided by work with > const usb_device_id. So mark the non-const structs as const. > > Arvind Yadav (7): > [PATCH 1/7] ALSA: 6fire:

Re: [PATCH 0/7] constify ALSA usb_device_id.

2017-08-06 Thread Takashi Iwai
On Sun, 06 Aug 2017 08:48:52 +0200, Arvind Yadav wrote: > > usb_device_id are not supposed to change at runtime. All functions > working with usb_device_id provided by work with > const usb_device_id. So mark the non-const structs as const. > > Arvind Yadav (7): > [PATCH 1/7] ALSA: 6fire:

[PATCH 0/7] constify ALSA usb_device_id.

2017-08-06 Thread Arvind Yadav
usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by work with const usb_device_id. So mark the non-const structs as const. Arvind Yadav (7): [PATCH 1/7] ALSA: 6fire: constify usb_device_id. [PATCH 2/7] ALSA: bcd2000: constify

[PATCH 0/7] constify ALSA usb_device_id.

2017-08-06 Thread Arvind Yadav
usb_device_id are not supposed to change at runtime. All functions working with usb_device_id provided by work with const usb_device_id. So mark the non-const structs as const. Arvind Yadav (7): [PATCH 1/7] ALSA: 6fire: constify usb_device_id. [PATCH 2/7] ALSA: bcd2000: constify