Searched +full:exynos7 +full:- +full:i2s1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/sound/samsung-i2s.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzk@kernel.org>11 - Sylwester Nawrocki <s.nawrocki@samsung.com>14 - $ref: dai-common.yaml#19 samsung,s3c6410-i2s: for 8/16/24bit stereo I2S.21 samsung,s5pv210-i2s: for 8/16/24bit multichannel (5.1) I2S with25 samsung,exynos5420-i2s: for 8/16/24bit multichannel (5.1) I2S for[all …]
1 // SPDX-License-Identifier: GPL-2.016 #include <dt-bindings/clock/exynos5433.h>17 #include <dt-bindings/interrupt-controller/arm-gic.h>21 #address-cells = <2>;22 #size-cells = <2>;24 interrupt-parent = <&gic>;26 arm-a53-pmu {27 compatible = "arm,cortex-a53-pmu";32 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;35 arm-a57-pmu {[all …]
1 // SPDX-License-Identifier: GPL-2.03 // ALSA SoC Audio Layer - Samsung I2S Controller driver8 #include <dt-bindings/sound/samsung-i2s.h>12 #include <linux/clk-provider.h>21 #include <linux/platform_data/asoc-s3c.h>26 #include "i2s-regs.h"139 return i2s->drv->id == SAMSUNG_I2S_ID_SECONDARY; in is_secondary()150 active = readl(i2s->priv->addr + I2SCON); in tx_active()163 return i2s->pri_dai ? : i2s->sec_dai; in get_other_dai()188 active = readl(i2s->priv->addr + I2SCON) & CON_RXDMA_ACTIVE; in rx_active()[all …]