Loading sound/soc/codecs/Kconfig +4 −3 Original line number Diff line number Diff line Loading @@ -486,6 +486,7 @@ config SND_SOC_HDMI_CODEC tristate select SND_PCM_ELD select SND_PCM_IEC958 select HDMI config SND_SOC_ES8328 tristate "Everest Semi ES8328 CODEC" Loading sound/soc/codecs/ak4613.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ static const struct regmap_config ak4613_regmap_cfg = { .max_register = 0x16, .reg_defaults = ak4613_reg, .num_reg_defaults = ARRAY_SIZE(ak4613_reg), .cache_type = REGCACHE_RBTREE, }; static const struct of_device_id ak4613_of_match[] = { Loading Loading @@ -530,7 +531,6 @@ static int ak4613_i2c_remove(struct i2c_client *client) static struct i2c_driver ak4613_i2c_driver = { .driver = { .name = "ak4613-codec", .owner = THIS_MODULE, .of_match_table = ak4613_of_match, }, .probe = ak4613_i2c_probe, Loading sound/soc/codecs/cx20442.c +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ static int v253_open(struct tty_struct *tty) if (!tty->disc_data) return -ENODEV; tty->receive_room = 16; if (tty->ops->write(tty, v253_init, len) != len) { ret = -EIO; goto err; Loading sound/soc/codecs/wm5102.c +1 −1 Original line number Diff line number Diff line Loading @@ -1872,7 +1872,7 @@ static struct snd_soc_dai_driver wm5102_dai[] = { .capture = { .stream_name = "Audio Trace CPU", .channels_min = 1, .channels_max = 6, .channels_max = 4, .rates = WM5102_RATES, .formats = WM5102_FORMATS, }, Loading sound/soc/codecs/wm5110.c +1 −0 Original line number Diff line number Diff line Loading @@ -1723,6 +1723,7 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = { { "OUT2L", NULL, "SYSCLK" }, { "OUT2R", NULL, "SYSCLK" }, { "OUT3L", NULL, "SYSCLK" }, { "OUT3R", NULL, "SYSCLK" }, { "OUT4L", NULL, "SYSCLK" }, { "OUT4R", NULL, "SYSCLK" }, { "OUT5L", NULL, "SYSCLK" }, Loading Loading
sound/soc/codecs/Kconfig +4 −3 Original line number Diff line number Diff line Loading @@ -486,6 +486,7 @@ config SND_SOC_HDMI_CODEC tristate select SND_PCM_ELD select SND_PCM_IEC958 select HDMI config SND_SOC_ES8328 tristate "Everest Semi ES8328 CODEC" Loading
sound/soc/codecs/ak4613.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ static const struct regmap_config ak4613_regmap_cfg = { .max_register = 0x16, .reg_defaults = ak4613_reg, .num_reg_defaults = ARRAY_SIZE(ak4613_reg), .cache_type = REGCACHE_RBTREE, }; static const struct of_device_id ak4613_of_match[] = { Loading Loading @@ -530,7 +531,6 @@ static int ak4613_i2c_remove(struct i2c_client *client) static struct i2c_driver ak4613_i2c_driver = { .driver = { .name = "ak4613-codec", .owner = THIS_MODULE, .of_match_table = ak4613_of_match, }, .probe = ak4613_i2c_probe, Loading
sound/soc/codecs/cx20442.c +1 −0 Original line number Diff line number Diff line Loading @@ -226,6 +226,7 @@ static int v253_open(struct tty_struct *tty) if (!tty->disc_data) return -ENODEV; tty->receive_room = 16; if (tty->ops->write(tty, v253_init, len) != len) { ret = -EIO; goto err; Loading
sound/soc/codecs/wm5102.c +1 −1 Original line number Diff line number Diff line Loading @@ -1872,7 +1872,7 @@ static struct snd_soc_dai_driver wm5102_dai[] = { .capture = { .stream_name = "Audio Trace CPU", .channels_min = 1, .channels_max = 6, .channels_max = 4, .rates = WM5102_RATES, .formats = WM5102_FORMATS, }, Loading
sound/soc/codecs/wm5110.c +1 −0 Original line number Diff line number Diff line Loading @@ -1723,6 +1723,7 @@ static const struct snd_soc_dapm_route wm5110_dapm_routes[] = { { "OUT2L", NULL, "SYSCLK" }, { "OUT2R", NULL, "SYSCLK" }, { "OUT3L", NULL, "SYSCLK" }, { "OUT3R", NULL, "SYSCLK" }, { "OUT4L", NULL, "SYSCLK" }, { "OUT4R", NULL, "SYSCLK" }, { "OUT5L", NULL, "SYSCLK" }, Loading