|
@@ -445,8 +445,8 @@ struct snd_soc_dapm_route {
|
|
|
|
|
|
/* dapm audio path between two widgets */
|
|
|
struct snd_soc_dapm_path {
|
|
|
- char *name;
|
|
|
- char *long_name;
|
|
|
+ const char *name;
|
|
|
+ const char *long_name;
|
|
|
|
|
|
/* source (input) and sink (output) widgets */
|
|
|
struct snd_soc_dapm_widget *source;
|
|
@@ -469,8 +469,8 @@ struct snd_soc_dapm_path {
|
|
|
/* dapm widget */
|
|
|
struct snd_soc_dapm_widget {
|
|
|
enum snd_soc_dapm_type id;
|
|
|
- char *name; /* widget name */
|
|
|
- char *sname; /* stream name */
|
|
|
+ const char *name; /* widget name */
|
|
|
+ const char *sname; /* stream name */
|
|
|
struct snd_soc_codec *codec;
|
|
|
struct snd_soc_platform *platform;
|
|
|
struct list_head list;
|