summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | ASoC: rt5616: trivial: fix the typoCaesar Wang2016-01-281-185/+191
| | | | | | | |/ /
| | | | | | * | | ASoC: rt5514: add rt5514 codec driverOder Chiou2016-02-034-0/+1242
| | | | | | |/ /
| | | | | * | | ASoC: rt298: Don't enable IRQ in i2c_probeBard Liao2016-02-241-1/+0
| | | | | * | | ASoC: rt298: enable IRQ for jack detectionBard Liao2016-02-242-0/+14
| | | | | |/ /
| | | | * | | ASoC: rockchip: add bindings for spdif controllerSugar Zhang2016-03-051-3/+10
| | | | * | | ASoC: rockchip: use __maybe_unused to hide st_irq_syscfg_resumeArnd Bergmann2016-03-051-2/+2
| | | | * | | ASoC: rockchip: i2s: add default values for registersSugar Zhang2016-02-221-0/+10
| | | | * | | ASoC: rockchip: add bindings for rk3399 i2sJianqun Xu2016-02-221-0/+3
| | | | * | | ASoC: rk3036: fix missing dependency on REGMAP_MMIOAntonio Ospite2016-01-271-0/+1
| | | | |/ /
| | | * | | ASoC: rsnd: add simplified module explanationKuninori Morimoto2016-03-121-0/+23
| | | * | | ASoC: rsnd: CMD TIMSEL support for CaptureKuninori Morimoto2016-03-071-1/+4
| | | * | | ASoC: rsnd: SRC TIMSEL support for CaptureKuninori Morimoto2016-03-073-110/+128
| | | * | | ASoC: rsnd: add rsnd_src_get_in/out_rate()Kuninori Morimoto2016-03-073-8/+27
| | | * | | ASoC: rsnd: rename rsnd_enable_sync_convert() to rsnd_src_sync_is_enabled()Kuninori Morimoto2016-03-071-11/+8
| | | * | | ASoC: rsnd: SRC function parameter uses "mod" instead of "src"Kuninori Morimoto2016-03-071-12/+9
| | | * | | ASoC: rsnd: SRC sync mode is not related to clock master modeKuninori Morimoto2016-03-071-7/+0
| | | * | | ASoC: rsnd: don't enable SRC Sync mode when Capture with CMDKuninori Morimoto2016-03-071-3/+3
| | | * | | ASoC: rsnd: add CTU supportKuninori Morimoto2016-03-051-37/+197
| | | * | | ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto2016-03-058-44/+62
| | | * | | ASoC: rsnd: add CTU basic supportKuninori Morimoto2016-03-052-0/+50
| | | * | | ASoC: rsnd: tidyup rsnd_ssiu_init_gen2()Kuninori Morimoto2016-03-051-3/+2
| | | * | | ASoC: rsrc-card: add convert channels supportKuninori Morimoto2016-03-051-6/+16
| | | * | | ASoC: rsnd: don't call update callback if it was NULLKuninori Morimoto2016-03-051-1/+1
| | | * | | ASoC: sh: rcar: rsrc-card: don't open code of_device_get_match_data()Wolfram Sang2016-03-021-3/+2
| | | * | | ASoC: sh: rcar: core: don't open code of_device_get_match_data()Wolfram Sang2016-03-021-2/+1
| | | * | | ASoC: rsnd: rsnd_write() / rsnd_bset() uses regmap _force_ functionKuninori Morimoto2016-03-022-21/+2
| | | * | | Merge branch 'topic/update-bits' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2016-03-02252-3727/+36767
| | | |\ \ \ | | | | |/ /
| | | * | | ASoC: rsnd: judge work SSI in runtimeKuninori Morimoto2016-02-201-0/+27
| | | * | | ASoC: rsnd: judge multi SSI in runtimeKuninori Morimoto2016-02-204-7/+18
| | | * | | ASoC: rsnd: move rsnd_ssi_irq() positionKuninori Morimoto2016-02-201-21/+21
| | | * | | ASoC: rsnd: Parent SSI attach is not needed if not clock masterKuninori Morimoto2016-02-201-3/+27
| | | * | | ASoC: rsnd: tidyup SSI init/start sequenceKuninori Morimoto2016-02-201-20/+16
| | | * | | ASoC: rsnd: add missing .irq callback for DMAKuninori Morimoto2016-02-201-0/+1
| | | * | | ASoC: rsnd: fixup forever loop bug on SSIKuninori Morimoto2016-02-201-2/+1
| | | * | | ASoC: rsnd: SSI function parameter uses "mod" instead of "ssi"Kuninori Morimoto2016-02-201-9/+10
| | | * | | ASoC: rsnd: indicates status failed SSIKuninori Morimoto2016-02-201-1/+2
| | | * | | ASoC: rsnd: setup SRC_ROUTE_MODE0 before SRC_SRCIRKuninori Morimoto2016-02-201-1/+2
| | | * | | ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-203-6/+6
| | | * | | ASoC: rsnd: rsnd_ssi_is_multi_slave() macro uses rsnd_ssi_multi_slaves()Kuninori Morimoto2016-02-091-14/+2
| | | * | | ASoC: rsnd: add .irq callbackKuninori Morimoto2016-01-274-32/+35
| | | * | | ASoC: rsnd: don't auto-recover when under/over run errorKuninori Morimoto2016-01-272-107/+29
| | | * | | ASoC: rsnd: disable SRC.out/in in same timeKuninori Morimoto2016-01-221-8/+1
| | | * | | ASoC: rsnd: tidyup Playback/Capture sequenceKuninori Morimoto2016-01-221-2/+38
| | | * | | ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto2016-01-223-12/+117
| | | * | | ASoC: rsnd: ctu: add rsnd_ctu_halt()Kuninori Morimoto2016-01-221-0/+8
| | | * | | ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto2016-01-223-0/+11
| | | * | | ASoC: rsnd: attach Audio-DMAC-periperi correctlyKuninori Morimoto2016-01-224-35/+34
| | | * | | ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-2211-19/+79
| | | * | | ASoC: rsnd: select each SRC correctly for CMD data pathKuninori Morimoto2016-01-221-1/+5
| | | * | | ASoC: rsnd: don't overwrite io on rsnd_cmd_init()Kuninori Morimoto2016-01-221-4/+5
OpenPOWER on IntegriCloud