Loading include/sound/soc.h +0 −1 Original line number Diff line number Diff line Loading @@ -780,7 +780,6 @@ struct snd_soc_codec { struct device *dev; const struct snd_soc_codec_driver *driver; struct mutex mutex; struct list_head list; struct list_head card_list; Loading sound/soc/soc-core.c +0 −1 Original line number Diff line number Diff line Loading @@ -4362,7 +4362,6 @@ int snd_soc_register_codec(struct device *dev, codec->dev = dev; codec->driver = codec_drv; codec->component.val_bytes = codec_drv->reg_word_size; mutex_init(&codec->mutex); #ifdef CONFIG_DEBUG_FS codec->component.init_debugfs = soc_init_codec_debugfs; Loading Loading
include/sound/soc.h +0 −1 Original line number Diff line number Diff line Loading @@ -780,7 +780,6 @@ struct snd_soc_codec { struct device *dev; const struct snd_soc_codec_driver *driver; struct mutex mutex; struct list_head list; struct list_head card_list; Loading
sound/soc/soc-core.c +0 −1 Original line number Diff line number Diff line Loading @@ -4362,7 +4362,6 @@ int snd_soc_register_codec(struct device *dev, codec->dev = dev; codec->driver = codec_drv; codec->component.val_bytes = codec_drv->reg_word_size; mutex_init(&codec->mutex); #ifdef CONFIG_DEBUG_FS codec->component.init_debugfs = soc_init_codec_debugfs; Loading