Audio codec driver internally maintains a struct containing info about
module's data connection. Remove unused field from this struct.
Signed-off-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org>
Reviewed-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
struct gbaudio_data_connection {
int id;
__le16 data_cport;
- int cport_configured;
- char name[NAME_SIZE];
struct gb_connection *connection;
struct list_head list;
};
}
greybus_set_drvdata(bundle, gbmodule);
- /* dai->name should be same as codec->dai_name */
- strlcpy(dai->name, "greybus-apb1", NAME_SIZE);
dai->id = 0;
dai->data_cport = connection->intf_cport_id;
dai->connection = connection;