summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2018-02-16ASoC: rsnd: avoid duplicate free_irq()Kuninori Morimoto1-3/+3
2018-02-16ASoC: rsnd: don't call free_irq() on Parent SSIKuninori Morimoto2-0/+7
2018-02-16ASoC: simple-card: Fix misleading error messageJulian Scheel1-1/+7
2018-02-16ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-01-02ASoC: twl4030: fix child-node lookupJohan Hovold1-1/+3
2018-01-02ASoC: fsl_ssi: AC'97 ops need regmap, clock and cleaning up on failureMaciej S. Szmigiero1-6/+12
2017-11-30ASoC: wm_adsp: Don't overrun firmware file buffer when reading region dataRichard Fitzgerald1-1/+24
2017-11-30ASoC: rsnd: don't double free kctrlColin Ian King1-3/+1
2017-11-08ASoC: adau17x1: Workaround for noise bug in ADCRicard Wanderlof2-1/+25
2017-10-08ASoC: dapm: fix some pointer error handlingLinus Walleij1-0/+20
2017-10-08ASoC: dapm: handle probe deferralsLinus Walleij2-0/+51
2017-08-30ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto1-1/+1
2017-08-30ASoC: rsnd: ssi: 24bit data needs right-aligned settingsKuninori Morimoto1-1/+2
2017-08-30ASoC: rsnd: Add missing initialization of ADG req_rateGeert Uytterhoeven1-1/+1
2017-08-30ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()Kuninori Morimoto1-11/+8
2017-08-30ASoC: rsnd: disable SRC.out only when stop timingKuninori Morimoto1-2/+16
2017-08-30ASoC: simple-card: don't fail if sysclk setting is not supportedAaro Koskinen1-1/+1
2017-08-11ASoC: do not close shared backend dailinkBanajit Goswami1-0/+4
2017-08-06ASoC: dpcm: Avoid putting stream state to STOP when FE stream is pausedPatrick Lai1-1/+3
2017-08-06ASoC: nau8825: fix invalid configuration in Pre-Scalar of FLLJohn Hsu2-2/+4
2017-08-06ASoC: tlv320aic3x: Mark the RESET register as volatilePeter Ujfalusi1-0/+13
2017-07-27ASoC: compress: Derive substream from stream based on directionSatish Babu Patakokila1-2/+4
2017-06-14ASoC: Fix use-after-free at card unregistrationTakashi Iwai1-2/+3
2017-05-08ASoC: intel: Fix PM and non-atomic crash in bytcr driversTakashi Iwai1-1/+2
2017-04-08ASoC: atmel-classd: fix audio clock rateSongjun Wu1-1/+1
2017-01-12ASoC: samsung: i2s: Fixup last IRQ unsafe spin lock callCharles Keepax1-2/+3
2017-01-06ASoC: intel: Fix crash at suspend/resume without card registrationTakashi Iwai1-0/+6
2016-11-18ASoC: sun4i-codec: return error code instead of NULL when create_card failsChen-Yu Tsai1-3/+4
2016-11-18ASoC: cs4270: fix DAPM stream name mismatchmurray foster1-4/+4
2016-10-31ASoC: dapm: Fix kcontrol creation for output driver widgetChen-Yu Tsai1-0/+1
2016-10-31ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channelChen-Yu Tsai1-1/+1
2016-10-31ASoC: dapm: Fix possible uninitialized variable in snd_soc_dapm_get_volsw()Chen-Yu Tsai1-0/+3
2016-10-31ASoC: topology: Fix error return code in soc_tplg_dapm_widget_create()Wei Yongjun1-0/+1
2016-10-22ASoC: Intel: Atom: add a missing star in a memcpy callNicolas Iooss1-8/+6
2016-10-07ASoC: omap-mcpdm: Fix irq resource handlingPeter Ujfalusi1-2/+3
2016-10-07ASoC: Intel: Skylake: Fix error return code in skl_probe()Wei Yongjun1-1/+3
2016-09-15ASoC: atmel_ssc_dai: Don't unconditionally reset SSC on stream startupChristoph Huber1-2/+3
2016-06-07ASoC: ak4642: Enable cache usage to fix crashes on resumeMark Brown1-0/+3
2016-05-04ASoC: rt5640: Correct the digital interface data selectSugar Zhang2-19/+19
2016-05-04ASoC: dapm: Make sure we have a card when displaying component widgetsMark Brown1-0/+7
2016-05-04ASoC: ssm4567: Reset device before regcache_sync()Lars-Peter Clausen1-0/+5
2016-05-04ASoC: s3c24xx: use const snd_soc_component_driver pointerArnd Bergmann2-2/+2
2016-04-12ASoC: samsung: pass DMA channels as pointersArnd Bergmann8-73/+23
2016-03-16ASoC: wm8958: Fix enum ctl accesses in a wrong typeTakashi Iwai1-4/+4
2016-03-16ASoC: wm8994: Fix enum ctl accesses in a wrong typeTakashi Iwai1-2/+2
2016-03-16ASoC: samsung: Use IRQ safe spin lock callsCharles Keepax1-9/+12
2016-03-16ASoC: dapm: Fix ctl value accesses in a wrong typeTakashi Iwai1-4/+4
2016-02-17ASoC: rt5645: fix the shift bit of IN1 boostBard Liao1-1/+1
2016-02-17ASoC: dpcm: fix the BE state on hw_freeVinod Koul1-1/+2
2016-01-31ASoC: compress: Fix compress device direction checkVinod Koul1-3/+20