ak4554.c (0cce284537fb42d9c28b9b31038ffc9b464555f5) ak4554.c (a180ba45b1cf630b3bd5912ce235b2ee16606b8e)
1/*
2 * ak4554.c
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

59 .channels_min = 2,
60 .channels_max = 2,
61 .rates = SNDRV_PCM_RATE_8000_48000,
62 .formats = SNDRV_PCM_FMTBIT_S16_LE,
63 },
64 .symmetric_rates = 1,
65};
66
1/*
2 * ak4554.c
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

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

59 .channels_min = 2,
60 .channels_max = 2,
61 .rates = SNDRV_PCM_RATE_8000_48000,
62 .formats = SNDRV_PCM_FMTBIT_S16_LE,
63 },
64 .symmetric_rates = 1,
65};
66
67static struct snd_soc_codec_driver soc_codec_dev_ak4554 = {
67static const struct snd_soc_codec_driver soc_codec_dev_ak4554 = {
68 .component_driver = {
69 .dapm_widgets = ak4554_dapm_widgets,
70 .num_dapm_widgets = ARRAY_SIZE(ak4554_dapm_widgets),
71 .dapm_routes = ak4554_dapm_routes,
72 .num_dapm_routes = ARRAY_SIZE(ak4554_dapm_routes),
73 },
74};
75

--- 32 unchanged lines hidden ---
68 .component_driver = {
69 .dapm_widgets = ak4554_dapm_widgets,
70 .num_dapm_widgets = ARRAY_SIZE(ak4554_dapm_widgets),
71 .dapm_routes = ak4554_dapm_routes,
72 .num_dapm_routes = ARRAY_SIZE(ak4554_dapm_routes),
73 },
74};
75

--- 32 unchanged lines hidden ---