aio.h (e98131222ff931a670739cede00d1fb9d6f83763) aio.h (8413b9e00aa33604aa661d7271c3c02c86beb994)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Socionext UniPhier AIO ALSA driver.
4 *
5 * Copyright (c) 2016-2018 Socionext Inc.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 96 unchanged lines hidden (view full) ---

105#define AUD_NAME_EPCMOUT1 "aio-epcmout1"
106#define AUD_NAME_EPCMOUT2 "aio-epcmout2"
107#define AUD_NAME_EPCMOUT3 "aio-epcmout3"
108#define AUD_NAME_EPCMOUT6 "aio-epcmout6"
109#define AUD_NAME_HIECOUT1 "aio-hiecout1"
110#define AUD_NAME_IECOUT1 "aio-iecout1"
111#define AUD_NAME_CMASTER "aio-cmaster"
112#define AUD_NAME_HIECCOMPOUT1 "aio-hieccompout1"
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Socionext UniPhier AIO ALSA driver.
4 *
5 * Copyright (c) 2016-2018 Socionext Inc.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 96 unchanged lines hidden (view full) ---

105#define AUD_NAME_EPCMOUT1 "aio-epcmout1"
106#define AUD_NAME_EPCMOUT2 "aio-epcmout2"
107#define AUD_NAME_EPCMOUT3 "aio-epcmout3"
108#define AUD_NAME_EPCMOUT6 "aio-epcmout6"
109#define AUD_NAME_HIECOUT1 "aio-hiecout1"
110#define AUD_NAME_IECOUT1 "aio-iecout1"
111#define AUD_NAME_CMASTER "aio-cmaster"
112#define AUD_NAME_HIECCOMPOUT1 "aio-hieccompout1"
113#define AUD_NAME_IECCOMPOUT1 "aio-ieccompout1"
113
114#define AUD_GNAME_HDMI "aio-hdmi"
115#define AUD_GNAME_LINE "aio-line"
114
115#define AUD_GNAME_HDMI "aio-hdmi"
116#define AUD_GNAME_LINE "aio-line"
117#define AUD_GNAME_AUX "aio-aux"
116#define AUD_GNAME_IEC "aio-iec"
117
118#define AUD_CLK_IO 0
119#define AUD_CLK_A1 1
120#define AUD_CLK_F1 2
121#define AUD_CLK_A2 3
122#define AUD_CLK_F2 4
123#define AUD_CLK_A 5

--- 232 unchanged lines hidden ---
118#define AUD_GNAME_IEC "aio-iec"
119
120#define AUD_CLK_IO 0
121#define AUD_CLK_A1 1
122#define AUD_CLK_F1 2
123#define AUD_CLK_A2 3
124#define AUD_CLK_F2 4
125#define AUD_CLK_A 5

--- 232 unchanged lines hidden ---