1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Socionext UniPhier AIO ALSA driver.
5 * Copyright (c) 2016-2018 Socionext Inc.
8 #ifndef SND_UNIPHIER_AIO_H__
9 #define SND_UNIPHIER_AIO_H__
11 #include <linux/spinlock.h>
12 #include <linux/types.h>
13 #include <sound/pcm.h>
14 #include <sound/soc.h>
15 #include <sound/soc-dai.h>
17 struct platform_device;
33 IEC61937_PC_AC3 = 0x0001,
34 IEC61937_PC_PAUSE = 0x0003,
35 IEC61937_PC_MPA = 0x0004,
36 IEC61937_PC_MP3 = 0x0005,
37 IEC61937_PC_DTS1 = 0x000b,
38 IEC61937_PC_DTS2 = 0x000c,
39 IEC61937_PC_DTS3 = 0x000d,
40 IEC61937_PC_AAC = 0x0007,
43 /* IEC61937 Repetition period of data-burst in IEC60958 frames */
44 #define IEC61937_FRM_STR_AC3 1536
45 #define IEC61937_FRM_STR_MPA 1152
46 #define IEC61937_FRM_STR_MP3 1152
47 #define IEC61937_FRM_STR_DTS1 512
48 #define IEC61937_FRM_STR_DTS2 1024
49 #define IEC61937_FRM_STR_DTS3 2048
50 #define IEC61937_FRM_STR_AAC 1024
52 /* IEC61937 Repetition period of Pause data-burst in IEC60958 frames */
53 #define IEC61937_FRM_PAU_AC3 3
54 #define IEC61937_FRM_PAU_MPA 32
55 #define IEC61937_FRM_PAU_MP3 32
56 #define IEC61937_FRM_PAU_DTS1 3
57 #define IEC61937_FRM_PAU_DTS2 3
58 #define IEC61937_FRM_PAU_DTS3 3
59 #define IEC61937_FRM_PAU_AAC 32
61 /* IEC61937 Pa and Pb */
62 #define IEC61937_HEADER_SIGN 0x1f4e72f8
64 #define AUD_HW_PCMIN1 0
65 #define AUD_HW_PCMIN2 1
66 #define AUD_HW_PCMIN3 2
67 #define AUD_HW_IECIN1 3
68 #define AUD_HW_DIECIN1 4
70 #define AUD_NAME_PCMIN1 "aio-pcmin1"
71 #define AUD_NAME_PCMIN2 "aio-pcmin2"
72 #define AUD_NAME_PCMIN3 "aio-pcmin3"
73 #define AUD_NAME_IECIN1 "aio-iecin1"
74 #define AUD_NAME_DIECIN1 "aio-diecin1"
76 #define AUD_HW_HPCMOUT1 0
77 #define AUD_HW_PCMOUT1 1
78 #define AUD_HW_PCMOUT2 2
79 #define AUD_HW_PCMOUT3 3
80 #define AUD_HW_EPCMOUT1 4
81 #define AUD_HW_EPCMOUT2 5
82 #define AUD_HW_EPCMOUT3 6
83 #define AUD_HW_EPCMOUT6 9
84 #define AUD_HW_HIECOUT1 10
85 #define AUD_HW_IECOUT1 11
86 #define AUD_HW_CMASTER 31
88 #define AUD_NAME_HPCMOUT1 "aio-hpcmout1"
89 #define AUD_NAME_PCMOUT1 "aio-pcmout1"
90 #define AUD_NAME_PCMOUT2 "aio-pcmout2"
91 #define AUD_NAME_PCMOUT3 "aio-pcmout3"
92 #define AUD_NAME_EPCMOUT1 "aio-epcmout1"
93 #define AUD_NAME_EPCMOUT2 "aio-epcmout2"
94 #define AUD_NAME_EPCMOUT3 "aio-epcmout3"
95 #define AUD_NAME_EPCMOUT6 "aio-epcmout6"
96 #define AUD_NAME_HIECOUT1 "aio-hiecout1"
97 #define AUD_NAME_IECOUT1 "aio-iecout1"
98 #define AUD_NAME_CMASTER "aio-cmaster"
99 #define AUD_NAME_HIECCOMPOUT1 "aio-hieccompout1"
100 #define AUD_NAME_IECCOMPOUT1 "aio-ieccompout1"
102 #define AUD_GNAME_HDMI "aio-hdmi"
103 #define AUD_GNAME_LINE "aio-line"
104 #define AUD_GNAME_AUX "aio-aux"
105 #define AUD_GNAME_IEC "aio-iec"
114 #define AUD_CLK_APLL 7
115 #define AUD_CLK_RX0 8
116 #define AUD_CLK_USB0 9
117 #define AUD_CLK_HSC0 10
123 #define AUD_PLL_APLL 4
124 #define AUD_PLL_RX0 5
125 #define AUD_PLL_USB0 6
126 #define AUD_PLL_HSC0 7
128 #define AUD_PLLDIV_1_2 0
129 #define AUD_PLLDIV_1_3 1
130 #define AUD_PLLDIV_1_1 2
131 #define AUD_PLLDIV_2_3 3
133 #define AUD_VOL_INIT 0x4000 /* +0dB */
134 #define AUD_VOL_MAX 0xffff /* +6dB */
135 #define AUD_VOL_FADE_TIME 20 /* 20ms */
137 #define AUD_RING_SIZE (128 * 1024)
139 #define AUD_MIN_FRAGMENT 4
140 #define AUD_MAX_FRAGMENT 8
141 #define AUD_MIN_FRAGMENT_SIZE (4 * 1024)
142 #define AUD_MAX_FRAGMENT_SIZE (16 * 1024)
144 /* max 5 slots, 10 channels, 2 channel in 1 slot */
145 #define AUD_MAX_SLOTSEL 5
148 * This is a selector for virtual register map of AIO.
150 * map: Specify the index of virtual register map.
151 * hw : Specify the ID of real register map, selector uses this value.
152 * A meaning of this value depends specification of SoC.
154 struct uniphier_aio_selector {
160 * 'SoftWare MAPping' setting of UniPhier AIO registers.
162 * We have to setup 'virtual' register maps to access 'real' registers of AIO.
163 * This feature is legacy and meaningless but AIO needs this to work.
165 * Each hardware blocks have own virtual register maps as following:
167 * Address Virtual Real
168 * ------- --------- ---------------
169 * 0x12000 DMAC map0 --> [selector] --> DMAC hardware 3
170 * 0x12080 DMAC map1 --> [selector] --> DMAC hardware 1
172 * 0x42000 Port map0 --> [selector] --> Port hardware 1
173 * 0x42400 Port map1 --> [selector] --> Port hardware 2
176 * ch : Input or output channel of DMAC
178 * iport: PCM input port
179 * iif : Input interface
180 * oport: PCM output port
181 * oif : Output interface
182 * och : Output channel of DMAC for sampling rate converter
184 * These are examples for sound data paths:
186 * For caputure device:
187 * (outer of AIO) -> iport -> iif -> ch -> rb -> (CPU)
188 * For playback device:
189 * (CPU) -> rb -> ch -> oif -> oport -> (outer of AIO)
190 * For sampling rate converter device:
191 * (CPU) -> rb -> ch -> oif -> (HW SRC) -> iif -> och -> orb -> (CPU)
193 struct uniphier_aio_swmap {
197 struct uniphier_aio_selector ch;
198 struct uniphier_aio_selector rb;
199 struct uniphier_aio_selector iport;
200 struct uniphier_aio_selector iif;
201 struct uniphier_aio_selector oport;
202 struct uniphier_aio_selector oif;
203 struct uniphier_aio_selector och;
206 struct uniphier_aio_spec {
209 struct uniphier_aio_swmap swm;
212 struct uniphier_aio_pll {
217 struct uniphier_aio_chip_spec {
218 const struct uniphier_aio_spec *specs;
220 const struct uniphier_aio_pll *plls;
222 struct snd_soc_dai_driver *dais;
225 /* DMA access mode, this is workaround for DMA hungup */
229 struct uniphier_aio_sub {
230 struct uniphier_aio *aio;
232 /* Guard sub->rd_offs and wr_offs from IRQ handler. */
235 const struct uniphier_aio_swmap *swm;
236 const struct uniphier_aio_spec *spec;
239 struct snd_pcm_substream *substream;
240 struct snd_pcm_hw_params params;
243 /* For compress audio */
244 struct snd_compr_stream *cstream;
245 struct snd_compr_params cparams;
246 unsigned char *compr_area;
247 dma_addr_t compr_addr;
250 enum IEC61937_PC iec_pc;
253 /* Both PCM and compress audio */
266 struct uniphier_aio {
267 struct uniphier_aio_chip *chip;
269 struct uniphier_aio_sub sub[2];
272 /* Set one of AUD_CLK_X */
275 /* Set one of AUD_PLL_X */
278 /* Set one of AUD_PLLDIV_X */
282 struct uniphier_aio_chip {
283 struct platform_device *pdev;
284 const struct uniphier_aio_chip_spec *chip_spec;
286 struct uniphier_aio *aios;
289 struct uniphier_aio_pll *plls;
293 struct reset_control *rst;
294 struct regmap *regmap;
295 struct regmap *regmap_sg;
299 static inline struct uniphier_aio *uniphier_priv(struct snd_soc_dai *dai)
301 struct uniphier_aio_chip *chip = snd_soc_dai_get_drvdata(dai);
303 return &chip->aios[dai->id];
306 int uniphier_aiodma_soc_register_platform(struct platform_device *pdev);
307 extern const struct snd_compress_ops uniphier_aio_compress_ops;
309 int uniphier_aio_dai_probe(struct snd_soc_dai *dai);
310 int uniphier_aio_dai_remove(struct snd_soc_dai *dai);
311 int uniphier_aio_probe(struct platform_device *pdev);
312 int uniphier_aio_remove(struct platform_device *pdev);
313 extern const struct snd_soc_dai_ops uniphier_aio_i2s_ops;
314 extern const struct snd_soc_dai_ops uniphier_aio_spdif_ops;
316 u64 aio_rb_cnt(struct uniphier_aio_sub *sub);
317 u64 aio_rbt_cnt_to_end(struct uniphier_aio_sub *sub);
318 u64 aio_rb_space(struct uniphier_aio_sub *sub);
319 u64 aio_rb_space_to_end(struct uniphier_aio_sub *sub);
321 void aio_iecout_set_enable(struct uniphier_aio_chip *chip, bool enable);
322 int aio_chip_set_pll(struct uniphier_aio_chip *chip, int pll_id,
324 void aio_chip_init(struct uniphier_aio_chip *chip);
325 int aio_init(struct uniphier_aio_sub *sub);
326 void aio_port_reset(struct uniphier_aio_sub *sub);
327 int aio_port_set_param(struct uniphier_aio_sub *sub, int pass_through,
328 const struct snd_pcm_hw_params *params);
329 void aio_port_set_enable(struct uniphier_aio_sub *sub, int enable);
330 int aio_port_get_volume(struct uniphier_aio_sub *sub);
331 void aio_port_set_volume(struct uniphier_aio_sub *sub, int vol);
332 int aio_if_set_param(struct uniphier_aio_sub *sub, int pass_through);
333 int aio_oport_set_stream_type(struct uniphier_aio_sub *sub,
334 enum IEC61937_PC pc);
335 void aio_src_reset(struct uniphier_aio_sub *sub);
336 int aio_src_set_param(struct uniphier_aio_sub *sub,
337 const struct snd_pcm_hw_params *params);
338 int aio_srcif_set_param(struct uniphier_aio_sub *sub);
339 int aio_srcch_set_param(struct uniphier_aio_sub *sub);
340 void aio_srcch_set_enable(struct uniphier_aio_sub *sub, int enable);
342 int aiodma_ch_set_param(struct uniphier_aio_sub *sub);
343 void aiodma_ch_set_enable(struct uniphier_aio_sub *sub, int enable);
344 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th);
345 int aiodma_rb_set_buffer(struct uniphier_aio_sub *sub, u64 start, u64 end,
347 void aiodma_rb_sync(struct uniphier_aio_sub *sub, u64 start, u64 size,
349 bool aiodma_rb_is_irq(struct uniphier_aio_sub *sub);
350 void aiodma_rb_clear_irq(struct uniphier_aio_sub *sub);
352 #endif /* SND_UNIPHIER_AIO_H__ */