summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-04-281-0/+1819
|\
| *-. Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-...Lee Jones2021-04-1430-286/+2046
| |\ \
| | * | ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.cHans de Goede2021-03-181-0/+1819
| |/ /
* | | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-262-2/+0
|\ \ \
| * \ \ Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-0529-286/+227
| |\ \ \ | | | |/ | | |/|
| * | | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-102-2/+0
| | |/ | |/|
* | | ASoC: fsl_esai: Fix TDM slot setup for I2S modeAlexander Shiyan2021-04-021-3/+5
* | | ASoC: codecs: lpass-rx-macro: set npl clock rate correctlySrinivas Kandagatla2021-04-011-1/+1
* | | ASoC: codecs: lpass-tx-macro: set npl clock rate correctlySrinivas Kandagatla2021-04-011-1/+1
* | | ASoC: sunxi: sun4i-codec: fill ASoC card ownerBastian Germann2021-03-311-0/+5
* | | ASoC: cygnus: fix for_each_child.cocci warningskernel test robot2021-03-291-1/+3
* | | ASoC: max98373: Added 30ms turn on/off time delayRyan Lee2021-03-251-0/+2
* | | ASoC: max98373: Changed amp shutdown register as volatileRyan Lee2021-03-252-0/+2
* | | ASoC: intel: atom: Remove 44100 sample-rate from the media and deep-buffer DA...Hans de Goede2021-03-241-3/+3
* | | ASoC: intel: atom: Stop advertising non working S24LE supportHans de Goede2021-03-241-3/+3
* | | Merge series "ASoC: SOF: Intel: shutdown and core handling corrections" from ...Mark Brown2021-03-238-26/+49
|\ \ \
| * | | ASoC: SOF: Intel: move ELH chip infoPierre-Louis Bossart2021-03-232-16/+16
| * | | ASoC: SOF: Intel: APL: set shutdown callback to hda_dsp_shutdownLibin Yang2021-03-231-1/+2
| * | | ASoC: SOF: Intel: CNL: set shutdown callback to hda_dsp_shutdownLibin Yang2021-03-231-1/+2
| * | | ASoC: SOF: Intel: ICL: set shutdown callback to hda_dsp_shutdownLibin Yang2021-03-231-1/+2
| * | | ASoC: SOF: Intel: TGL: set shutdown callback to hda_dsp_shutdownLibin Yang2021-03-233-1/+8
| * | | ASoC: SOF: Intel: TGL: fix EHL opsLibin Yang2021-03-231-1/+1
| * | | ASoC: SOF: core: harden shutdown helperPierre-Louis Bossart2021-03-231-1/+7
| * | | ASoC: SOF: Intel: HDA: fix core status verificationGuennadi Liakhovetski2021-03-231-4/+11
| | |/ | |/|
* / | ASoC: wm8960: Fix wrong bclk and lrclk with pll enabled for some chipsShengjiu Wang2021-03-231-1/+7
|/ /
* | Merge series "Do not handle MCLK device clock in simple-card-utils" from Same...Mark Brown2021-03-162-6/+12
|\ \
| * | ASoC: rt5659: Update MCLK rate in set_sysclk()Sameer Pujar2021-03-161-0/+5
| * | ASoC: simple-card-utils: Do not handle device clockSameer Pujar2021-03-161-6/+7
* | | ASoC: rt711: add snd_soc_component remove callbackBard Liao2021-03-161-0/+8
|/ /
* | ASoC: mediatek: mt8192: fix tdm out data is valid on rising edgeJiaxin Yu2021-03-122-4/+8
* | ASoC: qcom: lpass-cpu: Fix lpass dai ids parseSrinivasa Rao Mandadapu2021-03-111-1/+1
* | Merge series "ASoC: sdm845: array out of bound issues" from Srinivas Kandagat...Mark Brown2021-03-102-3/+9
|\ \
| * | ASoC: codecs: wcd934x: add a sanity check in set channel mapSrinivas Kandagatla2021-03-101-0/+6
| * | ASoC: qcom: sdm845: Fix array out of range on rx slim channelsSrinivas Kandagatla2021-03-101-1/+1
| * | ASoC: qcom: sdm845: Fix array out of bounds accessSrinivas Kandagatla2021-03-101-2/+2
* | | ASoC: SOF: intel: fix wrong poll bits in dsp power downPan Xiuli2021-03-101-1/+1
|/ /
* | Merge series "Report jack and button detection + Capture Support" from Lucas ...Mark Brown2021-03-102-84/+41
|\ \
| * | ASoC: cs42l42: Always wait at least 3ms after resetLucas Tanure2021-03-102-1/+3
| * | ASoC: cs42l42: Don't enable/disable regulator at Bias LevelLucas Tanure2021-03-101-38/+0
| * | ASoC: cs42l42: Fix mixer volume controlLucas Tanure2021-03-101-2/+2
| * | ASoC: cs42l42: Fix channel width supportLucas Tanure2021-03-102-26/+22
| * | ASoC: cs42l42: Fix Bitclock polarity inversionLucas Tanure2021-03-102-17/+14
* | | ASoC: remove remnants of sirf prima/atlas audio codecPeter Robinson2021-03-102-129/+0
* | | ASoC: codecs: lpass-wsa-macro: fix RX MIX input controlsJonathan Marek2021-03-101-9/+11
* | | ASoC: codecs: lpass-va-macro: mute/unmute all active decimatorsJonathan Marek2021-03-101-15/+13
|/ /
* | ASoC: soc-core: Prevent warning if no DMI table is presentJon Hunter2021-03-101-0/+4
* | ASoC: SOF: Intel: unregister DMIC device on probe errorPierre-Louis Bossart2021-03-101-0/+1
* | Merge series "AsoC: rt5640/rt5651: Volume control fixes" from Hans de Goede <...Mark Brown2021-03-102-4/+4
|\ \
| * | ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede2021-03-101-2/+2
| * | ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede2021-03-101-2/+2