aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-05-17ASoC: rsnd: fixup 6ch settings to 8chKuninori Morimoto3-5/+16
2019-05-07ASoC: rsnd: src: Avoid a potential deadlockJiada Wang3-8/+8
2019-03-22ASoC: rsnd: fixup MIX kctrl registrationKuninori Morimoto1-4/+4
2019-03-22ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()Kuninori Morimoto2-8/+12
2019-03-22ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto1-1/+1
2019-03-22ASoC: rsnd: update BSDSR/BSDISR handlingKuninori Morimoto1-10/+115
2018-12-07ASoC: rsnd: fixup clock start checkerKuninori Morimoto1-1/+1
2018-12-07ASoC: rsnd: fixup SSI clock during suspend/resume modesDmytro Prokopchuk2-11/+10
2018-12-07ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto3-37/+22
2018-12-07ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto2-3/+3
2018-12-07ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto2-1/+13
2018-12-07ASoC: rsnd: adg: care clock-frequency sizeKuninori Morimoto1-0/+5
2018-12-07ASoC: rsnd: add rsnd_daidrv_get()Kuninori Morimoto1-1/+10
2018-12-07ASoC: rsnd: SSI parent cares SWSP bitKuninori Morimoto1-11/+21
2018-12-07ASoC: rsnd: has .symmetric_rates if SSIs are sharing WS pinKuninori Morimoto2-2/+9
2018-12-07ASoC: soc-generic-dmaengine-pcm: Fix sparse warningsFabio Estevam1-2/+3
2018-12-07ALSA: control: Fix missing __user annotationTakashi Iwai1-1/+1
2018-12-07ALSA: pcm: remove redundant variable runtimeColin Ian King1-2/+0
2018-12-07ASoC: wm2200: don't use snd_soc_dai::symmetric_ratesKuninori Morimoto1-2/+5
2018-12-07ASoC: hdac_hdmi: keep DAI driver pointer in private dataKuninori Morimoto1-1/+3
2018-12-07ASoC: hdac_hdmi: clean up hdac_device variable namesUghreja, Rakesh A2-157/+157
2018-12-07ASoC: hdac_hdmi: clean up hdac_ext_device variable namesUghreja, Rakesh A1-41/+41
2018-12-07ASoC: hdac_hdmi: introduce macro to access HDMI private dataUghreja, Rakesh A1-36/+32
2018-12-07ASoC: hdac_hdmi: Fix possible memory leak on parse and map nid failureSubhransu S. Prusty1-6/+30
2018-12-07ASoC: hdac_hdmi: Fix static checker warning for sprintf usageSubhransu S. Prusty1-1/+2
2018-12-07ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto1-1/+1
2018-12-07ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_...Kuninori Morimoto1-3/+2
2018-12-07ASoC: soc-core: snd_soc_rtdcom_lookup() cares component driver nameKuninori Morimoto1-2/+10
2018-12-07ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_rtdcom_lookupKuninori Morimoto1-0/+1
2018-12-07ASoC: add Component level .read/.writeKuninori Morimoto1-0/+6
2018-12-07ASoC: soc-core: remove dai_drv from snd_soc_componentKuninori Morimoto1-4/+10
2018-12-07ASoC: soc-utils: add const to dummy_codecKuninori Morimoto1-1/+1
2018-12-07ASoC: ak4613: call dummy write for PW_MGMT1/3 when PlaybackKuninori Morimoto1-0/+78
2018-12-07ASoC: add mclk-fs support to audio graph cardOlivier Moysan1-8/+39
2018-12-07ASoC: add snd_soc_component_read32Kuninori Morimoto1-0/+14
2018-12-07ASoC: fix build warning in soc-core.cRandy Dunlap1-1/+1
2018-12-07ASoC: snd_soc_component_driver has non_legacy_dai_namingKuninori Morimoto1-1/+2
2018-12-07ASoC: snd_soc_component_driver has endiannessKuninori Morimoto1-35/+45
2018-12-07ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto1-1/+10
2018-12-07ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto1-34/+427
2018-12-07ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto1-14/+353
2018-12-07ASoC: dapm: mark 'snd_soc_dapm_free_kcontrol' as staticArnd Bergmann1-1/+1
2018-12-07ASoC: dapm: add initialization for w_param_text pointerArnd Bergmann1-0/+2
2018-12-07ASoC: soc-core: remove unnecessary message from snd_soc_register_component()Kuninori Morimoto1-3/+1
2018-12-07ASoC: soc-core: add snd_soc_add_component()Kuninori Morimoto1-11/+23
2018-12-07ASoC: dapm: Avoid creating kcontrol for paramsanish kumar1-54/+86
2018-12-07ASoC: add Component level set_bias_levelKuninori Morimoto1-1/+12
2018-12-07ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2-8/+63
2018-12-07ASoC: pcm: Sync delayed work before releasing resourcesTakashi Iwai1-1/+12
2018-12-07ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto2-8/+13
2018-12-07ASoC: dapm: Make snd_soc_dapm_add/del_routes use runtime mutex subclassStuart Henderson1-2/+2
2018-12-07ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto2-20/+19
2018-12-07ASoC: remove unneeded dai->driver checkKuninori Morimoto1-8/+8
2018-12-07ASoC: soc-core: remove rtd NULL check on soc_free_pcm_runtime()Kuninori Morimoto1-2/+1
2018-12-07ASoC: soc-pcm: check symmetry after hw_paramsjiada wang1-5/+4
2018-12-07ASoC: dapm: Refactor the code in snd_soc_dapm_new_pcmanish kumar1-8/+4
2018-12-07ASoC: dapm: fix error path in snd_soc_dapm_new_pcmanish kumar1-1/+1
2018-12-07ASoC: hdmi-codec: use sizeof_field rather than declaring hcpColin Ian King1-4/+1
2018-10-10ASoC: rsnd: ssi: wait maximum 5ms for status checkKuninori Morimoto1-1/+1
2018-10-10ASoC: rsnd: Enable IPMMU v2Kuninori Morimoto3-5/+50
2018-10-10ASoC: rsnd: don't assume node full path name for HDMI probingKuninori Morimoto1-2/+9
2018-10-10ASoC: rsnd: add RSND_GEN3 for R-Car Gen3Kuninori Morimoto4-4/+7
2018-10-10ASoC: rsnd: makes rsnd_cmd_mod_get() staticKuninori Morimoto2-9/+7
2018-10-10ASoC: sh: Update menu title and platform dependencyGeert Uytterhoeven1-2/+2
2018-10-10ASoC: sh: Drop SUPERH platform dependencyGeert Uytterhoeven1-1/+1
2018-10-10ASoC: rsnd: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2018-10-10ASoC: rsnd: set pm_ops in hibernate-compatible wayNikita Yushchenko1-2/+1
2018-10-10ASoC: rsnd: suppress rsnd_dai_call() debug messageKuninori Morimoto2-1/+20
2018-10-10ASoC: rsnd: indicate IRQ error status for debugKuninori Morimoto3-3/+45
2018-10-10ASoC: rsnd: remove unneeded "is_graph" from __rsnd_dai_probe()Kuninori Morimoto1-3/+3
2018-10-10ASoC: rsnd: PIO related function cleanupKuninori Morimoto1-81/+72
2018-10-10ASoC: rsnd: don't use runtime->sample_bitsKuninori Morimoto2-14/+7
2018-10-10ASoC: rsnd: more clear rsnd_get_dalign() for DALIGNKuninori Morimoto1-23/+10
2018-10-10ASoC: rsnd: ssi: remove unnesessary period_posJiada Wang1-6/+3
2018-10-10ASoC: rsnd: dma.c: spin lock is no longer needed in IRQ handlerKuninori Morimoto1-18/+0
2018-10-10ASoC: rsnd: TDM 6ch needs 8ch clock for hw refineKuninori Morimoto2-27/+80
2018-10-10ASoC: rsnd: call snd_soc_disconnect_sync() when removeKuninori Morimoto1-0/+2
2018-10-10ASoC: soc-core: add missing EXPORT_SYMBOL_GPL() for snd_soc_disconnect_syncKuninori Morimoto1-0/+1
2018-10-10ASoC: add snd_soc_disconnect_sync()Kuninori Morimoto1-0/+10
2018-10-10ASoC: soc-core: add component lookup functionsKuninori Morimoto1-0/+26
2018-10-10ALSA: add snd_card_disconnect_sync()Takashi Iwai1-0/+32
2018-10-10treewide: Use DEVICE_ATTR_RWJoe Perches1-2/+2
2018-10-10ASoC: rsnd: ssiu: clear SSI_MODE for non TDM Extended modesJiada Wang1-1/+4
2018-10-10ASoC: rcar: revert IOMMU support so farKuninori Morimoto2-82/+8
2018-10-10ASoC: rsnd: return -EIO if rsnd_dmaen_request_channel() failedKuninori Morimoto1-3/+1
2018-10-10ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()Kuninori Morimoto3-17/+21
2018-10-10ASoC: rsnd: Don't check SSISR::DIRQ when CaptureKuninori Morimoto1-6/+9
2018-10-10ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working()Kuninori Morimoto1-1/+4
2018-10-10ASoC: rsnd: NULL check is not needed for clk_unprepare()Kuninori Morimoto1-2/+1
2018-10-10ASoC: rsnd: tidyup rsnd_mod_next() for loop methodKuninori Morimoto1-4/+2
2018-10-10ASoC: rsnd: don't use io->mod[] directlyKuninori Morimoto1-1/+1
2018-10-10ASoC: rsnd: more clear ADG clock debug infoKuninori Morimoto1-18/+41
2018-10-10ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto4-54/+59
2018-10-10ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto3-7/+154
2018-10-10ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto3-31/+36
2018-10-10ASoC: rsnd: CTU kctrl sets onceKuninori Morimoto1-0/+8
2018-10-10ASoC: rsnd: DVC kctrl sets onceKuninori Morimoto1-0/+8
2018-10-10ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADGKuninori Morimoto1-7/+6
2018-10-10ASoC: rsnd: add generic rsnd_flags_xxx() macroKuninori Morimoto2-15/+16
2018-10-10ASoC: rcar: skip disabled-SSI nodesKuninori Morimoto1-1/+4
2018-10-10ASoC: rsnd: add rsnd_dma_alloc()Kuninori Morimoto1-27/+33
2018-10-10ASoC: fsi: Use of_device_get_match_data() helperGeert Uytterhoeven1-8/+3
2018-10-10ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760Kai-Heng Feng1-0/+1
2018-10-03ASoC: dapm: Fix potential DAI widget pointer deref when linking DAIsLiam Girdwood1-0/+7
2018-10-03ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven RidgeKai-Heng Feng1-1/+2
2018-10-03ALSA: snd-aoa: add of_node_put() in error pathNicholas Mc Guire1-1/+3
2018-09-29ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto1-0/+7
2018-09-29ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto1-0/+2
2018-09-29ALSA: fireworks: fix memory leak of response buffer at error pathTakashi Sakamoto1-0/+2
2018-09-29ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: firewire-digi00x: fix memory leak of private dataTakashi Sakamoto1-0/+1
2018-09-29ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()Takashi Sakamoto1-3/+6
2018-09-29ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFOWilly Tarreau1-1/+1
2018-09-29ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto1-10/+14
2018-09-29ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2-4/+2
2018-09-29ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang3-6/+28
2018-09-29ASoC: cs4265: fix MMTLR Data switch controlSébastien Szymanski1-2/+2
2018-09-26ASoC: samsung: Fix invalid argument when devm_gpiod_get is calledJaechul Lee1-2/+1
2018-09-26ASoC: samsung: i2s: Fix error handling path in i2s_set_sysclk()Christophe Jaillet1-1/+4
2018-09-26ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer1-4/+10
2018-09-26ASoC: rt5514: Fix the issue of the delay volume appliedOder Chiou1-4/+4
2018-09-26ALSA: usb-audio: Fix multiple definitions in AU0828_DEVICE() macroTakashi Iwai1-1/+2
2018-09-26ALSA: msnd: Fix the default sample sizesTakashi Iwai1-2/+2
2018-09-19ALSA: hda - Fix cancel_work_sync() stall from jackpoll workTakashi Iwai1-1/+2
2018-09-15ASoC: wm8994: Fix missing break in switchGustavo A. R. Silva1-0/+1
2018-09-15ASoC: rt5677: Fix initialization of rt5677_of_match.dataMatthias Kaehlcke1-1/+1
2018-09-05ASoC: sirf: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-4/+3
2018-09-05ASoC: zte: Fix incorrect PCM format bit usagesTakashi Iwai1-2/+2
2018-09-05ASoC: dpcm: don't merge format from invalid codec daiJerome Brunet1-0/+8
2018-08-24ALSA: seq: Fix UBSAN warning at SNDRV_SEQ_IOCTL_QUERY_NEXT_CLIENT ioctlTakashi Iwai1-1/+2
2018-08-22ALSA: vxpocket: Fix invalid endian conversionsTakashi Iwai1-5/+5
2018-08-22ALSA: memalloc: Don't exceed over the requested sizeTakashi Iwai1-6/+2
2018-08-22ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entryHans de Goede1-1/+1
2018-08-22ALSA: cs5535audio: Fix invalid endian conversionTakashi Iwai2-5/+5
2018-08-22ALSA: virmidi: Fix too long output trigger loopTakashi Iwai1-0/+10
2018-08-22ALSA: vx222: Fix invalid endian conversionsTakashi Iwai1-4/+4
2018-08-22ALSA: hda - Turn CX8200 into D3 as well upon rebootPark Ju Hyung1-1/+2
2018-08-22ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecsPark Ju Hyung1-0/+1
2018-08-17ASoC: Intel: cht_bsw_max98090_ti: Fix jack initializationThierry Escande1-14/+31
2018-08-17ASoC: msm8916-wcd-digital: fix RX2 MIX1 and RX3 MIX1Jean-François Têtu1-2/+2
2018-08-17ASoC: rsnd: fix ADG flagsKuninori Morimoto1-2/+2
2018-08-03ASoC: topology: Add missing clock gating parameter when parsing hw_configsKirill Marinushkin1-0/+7
2018-08-03ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()Kirill Marinushkin1-5/+7
2018-08-03ALSA: hda/ca0132: fix build failure when a local macro is definedTakashi Sakamoto1-2/+6
2018-08-03ALSA: usb-audio: Apply rate limit to warning messages in URB complete callbackTakashi Iwai1-1/+1
2018-08-03ALSA: emu10k1: Rate-limit error messages about page errorsTakashi Iwai1-3/+3
2018-08-03ASoC: dpcm: fix BE dai not hw_free and shutdownKai Chieh Chuang1-2/+4
2018-08-03ALSA: fm801: add error handling for snd_ctl_addZhouyang Jia1-4/+12
2018-08-03ALSA: emu10k1: add error handling for snd_ctl_addZhouyang Jia1-1/+3
2018-07-25ALSA: hda: add mute led support for HP ProBook 455 G5Po-Hsu Lin1-0/+1
2018-07-25ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirkYOKOTA Hiroshi1-0/+1
2018-07-25ALSA: rawmidi: Change resized buffers atomicallyTakashi Iwai1-6/+14
2018-07-17ALSA: hda - Handle pm failure during hotplugChris Wilson1-5/+14
2018-07-17ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATIONHui Wang1-1/+5
2018-07-17ASoC: mediatek: preallocate pages use platform deviceKai Chieh Chuang1-2/+2
2018-07-03ALSA: hda/realtek - Fix the problem of two front mics on more machinesHui Wang1-1/+8
2018-07-03ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210Takashi Iwai1-0/+1
2018-07-03ALSA: hda/realtek - Fix pop noise on Lenovo P50 & coTakashi Iwai1-2/+8
2018-07-03ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai1-1/+1
2018-07-03ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setupAlexander Sverdlin1-8/+10
2018-07-03ASoC: cirrus: i2s: Fix LRCLK configurationAlexander Sverdlin3-6/+6
2018-07-03ASoC: cs35l35: Add use_single_rw to regmap configPaul Handrigan1-0/+1
2018-07-03ASoC: dapm: delete dapm_kcontrol_data paths list before freeing itSrinivas Kandagatla1-0/+2
2018-06-26ALSA: hda: add dock and led support for HP ProBook 640 G4Dennis Wassenberg1-0/+1
2018-06-26ALSA: hda: add dock and led support for HP EliteBook 830 G5Dennis Wassenberg1-0/+1
2018-06-26ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen1-1/+3
2018-06-26ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationTakashi Iwai1-0/+1
2018-06-26ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOsHui Wang1-1/+5
2018-06-21ASoC: msm8916-wcd-analog: use threaded context for mbhc eventsSrinivas Kandagatla1-3/+6
2018-06-21ASoC: topology: Check widget kcontrols before deref.Liam Girdwood1-2/+2
2018-06-21ASoC: topology: Fix bugs of freeing soc topologyYan Wang1-1/+1
2018-06-21ASoC: rt5514: Add the missing register in the readable tableoder_chiou@realtek.com1-0/+3
2018-06-05ASoC: Intel: sst: remove redundant variable dma_dev_nameColin Ian King1-2/+0
2018-05-30ALSA: vmaster: Propagate slave errorTakashi Iwai1-1/+4
2018-05-30ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-05-25ASoC: samsung: i2s: Ensure the RCLK rate is properly determinedSylwester Nawrocki1-2/+11
2018-05-25ASoC: topology: create TLV data for dapm widgetsRanjani Sridharan1-0/+3
2018-05-25ASoC: samsung: odroid: Fix 32000 sample rate handlingSylwester Nawrocki1-4/+7
2018-05-25ASoC: rockchip: rk3288-hdmi-analog: Select needed codecsEzequiel Garcia1-0/+3
2018-05-25ASoC: hdmi-codec: Fix module unloading caused kernel crashPeter Ujfalusi1-6/+1
2018-05-25ALSA: usb-audio: Add native DSD support for Luxman DA-06Nobutaka Okabe1-13/+16
2018-05-22ALSA: control: fix a redundant-copy issueWenwen Wang1-2/+1
2018-05-22ALSA: hda: Add Lenovo C50 All in one to the power_save blacklistHans de Goede1-0/+2
2018-05-22ALSA: usb: mixer: volume quirk for CM102-A+/102S+Federico Cuello1-0/+8
2018-05-09ALSA: aloop: Add missing cable lock to ctl API callbacksTakashi Iwai1-2/+15
2018-05-09ALSA: aloop: Mark paused device as inactiveRobert Rosengren1-3/+9
2018-05-09ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto1-2/+3
2018-05-09ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()Takashi Iwai1-2/+2
2018-05-09ALSA: pcm: Check PCM state at xfern compat ioctlTakashi Iwai1-0/+2
2018-05-09ALSA: hda - Fix incorrect usage of IS_REACHABLE()Takashi Iwai1-1/+1
2018-05-01ASoC: fsl_esai: Fix divisor calculation failure at lower ratioNicolin Chen1-0/+7
2018-05-01ALSA: hda/realtek - change the location for one of two front micsKailang Yang1-0/+1
2018-05-01ALSA: hda/realtek - Update ALC255 depop optimizeKailang Yang1-0/+2
2018-05-01ALSA: hda/realtek - Add some fixes for ALC233Kailang Yang1-0/+2
2018-05-01ALSA: hda: Hardening for potential Spectre v1Takashi Iwai1-1/+11
2018-05-01ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai4-40/+55
2018-05-01ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai1-4/+8
2018-05-01ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson1-0/+1
2018-05-01ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2-15/+15