summaryrefslogtreecommitdiffstats
path: root/sound/pci/ice1712/maya44.c
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: ice1724: Constify hw_constraintsTakashi Iwai2017-06-091-2/+2
| | | | | | | | snd_pcm_hw_constraint_list(), *_ratnums() and *_ratdens() receive the const pointers. Constify the corresponding static objects for better hardening. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice1724: Use snd_ctl_enum_info()Takashi Iwai2014-10-211-18/+2
| | | | | | ... and reduce the open codes. Also add missing const to text arrays. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: pci: remove __dev* attributesBill Pemberton2012-12-071-8/+8
| | | | | | | | | | | CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice17xx: Fix inclusion of linux/io.hTakashi Iwai2012-10-181-1/+0
| | | | | | | | Include linux/io.h in ice1712.h since inb() and outb() are used in inline functions there. Remove the redundant inclusion of that file in other places at the same time. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice17xx: Constify strings and string arraysTakashi Iwai2012-10-171-2/+2
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice1724 - Fix ESI Maya44 capture source controlTakashi Iwai2010-05-121-3/+3
| | | | | | | | | | The capture source control of maya44 was wrongly coded with the bit shift instead of the bit mask. Also, the slot for line-in was wrongly assigned (slot 5 instead of 4). Reported-by: Alex Chernyshoff <alexdsp@gmail.com> Cc: <stable@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: ice1724 - Add ESI Maya44 supportTakashi Iwai2009-05-061-0/+779
Added the support for ESI Maya44 board to ice1724 driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
OpenPOWER on IntegriCloud