aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa/core/alsa.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03ALSA: usb: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: pci: Constify snd_device_ops definitionsTakashi Iwai44-45/+45
2020-01-03ALSA: hda: Constify snd_device_ops definitionsTakashi Iwai4-4/+4
2020-01-03ALSA: isa: Constify snd_device_ops definitionsTakashi Iwai8-8/+8
2020-01-03ALSA: i2c: Constify snd_device_ops definitionsTakashi Iwai4-4/+4
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai5-5/+5
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai8-9/+9
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai2-3/+3
2020-01-03ALSA: usb: Constify snd_pcm_hardware definitionsTakashi Iwai3-3/+3
2020-01-03ALSA: pci: Constify snd_pcm_hardware definitionsTakashi Iwai17-23/+23
2020-01-01ALSA: hda: constify copied structureJulia Lawall1-1/+1
2020-01-01ALSA: ad1816a: constify copied structureJulia Lawall1-1/+1
2019-12-30ALSA: uapi: Add linux/types.h include back (but carefully)Takashi Iwai3-0/+12
2019-12-28ALSA: usb-audio: fix Corsair Virtuoso mixer label collisionChris Boyle1-0/+20
2019-12-26ALSA: control: Fix incompatible protocol errorTakashi Iwai1-1/+1
2019-12-24ALSA: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto1-2/+3
2019-12-23ALSA: ctl: bump protocol version up to v2.1.0Takashi Sakamoto1-1/+1
2019-12-23ALSA: ctl: remove dimen member from elem_info structureTakashi Sakamoto2-37/+1
2019-12-23ALSA: pci: echoaudio: remove usage of dimen menber of elem_value structureTakashi Sakamoto1-11/+0
2019-12-23ALSA: ctl: remove unused macro for timestamping of elem_valueTakashi Sakamoto1-1/+1
2019-12-20ALSA: uapi: Drop unneeded typedefsTakashi Iwai3-27/+0
2019-12-20ALSA: uapi: Drop asound.h inclusion from asoc.hTakashi Iwai1-1/+0
2019-12-20ALSA: uapi: Fix typos and header inclusion in asound.hTakashi Iwai1-3/+3
2019-12-20ALSA: hdspm: Drop linux/types.h inclusion in uapi headerTakashi Iwai1-2/+0
2019-12-20ALSA: hdsp: Make uapi/hdsp.h compilable againTakashi Iwai2-4/+2
2019-12-20ALSA: emu10k1: Make uapi/emu10k1.h compilable againTakashi Iwai2-24/+40
2019-12-18ALSA: usb-audio: set the interface format after resume on Dell WD19Hui Wang5-4/+35
2019-12-18ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_statusNathan Chancellor1-1/+1
2019-12-17ALSA: cmipci: Allow disabling MPU port via module optionTakashi Iwai2-3/+5
2019-12-16ALSA: hda - Downgrade error message for single-cmd fallbackTakashi Iwai1-1/+1
2019-12-16ASoC: wm8962: fix lambda valueShengjiu Wang1-2/+2
2019-12-14ALSA: hda: Comment about snd_hdac_bus_update_rirb() and spinlockTakashi Iwai1-0/+1
2019-12-14ALSA: hda: Fix regression by strip mask fixTakashi Iwai2-3/+3
2019-12-14ALSA: hda/ca0132 - Fix work handling in delayed HP detectionTakashi Iwai1-2/+14
2019-12-14ALSA: hda/ca0132 - Avoid endless loopTakashi Iwai1-2/+3
2019-12-14ALSA: hda/ca0132 - Keep power on during processing DSP responseTakashi Iwai1-0/+2
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-14ALSA: control: remove useless assignment in .info callback of PCM chmap elementTakashi Sakamoto1-1/+0
2019-12-13ALSA: hda: Unify get_response handlingTakashi Iwai8-51/+19
2019-12-13ALSA: hda: Use waitqueue for RIRB in HDA-core helper, tooTakashi Iwai1-2/+14
2019-12-13ALSA: bump uapi version numbersArnd Bergmann1-3/+3
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann4-41/+147
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann2-98/+100
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang3-39/+131
2019-12-12ALSA: hda: tegra: Fix unused variable compile warningTakashi Iwai1-1/+0
2019-12-11ALSA: Avoid using timespec for struct snd_rawmidi_statusBaolin Wang3-94/+128
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang5-126/+198
2019-12-11ALSA: Avoid using timespec for struct snd_ctl_elem_valueBaolin Wang1-2/+1
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang3-57/+64
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang9-53/+65