mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 13:58:46 +00:00
Merge remote-tracking branch 'asoc/fix/twl-breakage' into asoc-next
This commit is contained in:
commit
aa72645481
@ -2195,6 +2195,8 @@ static int twl4030_soc_remove(struct snd_soc_codec *codec)
|
|||||||
static const struct snd_soc_codec_driver soc_codec_dev_twl4030 = {
|
static const struct snd_soc_codec_driver soc_codec_dev_twl4030 = {
|
||||||
.probe = twl4030_soc_probe,
|
.probe = twl4030_soc_probe,
|
||||||
.remove = twl4030_soc_remove,
|
.remove = twl4030_soc_remove,
|
||||||
|
.read = twl4030_read,
|
||||||
|
.write = twl4030_write,
|
||||||
.set_bias_level = twl4030_set_bias_level,
|
.set_bias_level = twl4030_set_bias_level,
|
||||||
.idle_bias_off = true,
|
.idle_bias_off = true,
|
||||||
|
|
||||||
|
@ -1158,6 +1158,8 @@ static int twl6040_remove(struct snd_soc_codec *codec)
|
|||||||
static const struct snd_soc_codec_driver soc_codec_dev_twl6040 = {
|
static const struct snd_soc_codec_driver soc_codec_dev_twl6040 = {
|
||||||
.probe = twl6040_probe,
|
.probe = twl6040_probe,
|
||||||
.remove = twl6040_remove,
|
.remove = twl6040_remove,
|
||||||
|
.read = twl6040_read,
|
||||||
|
.write = twl6040_write,
|
||||||
.set_bias_level = twl6040_set_bias_level,
|
.set_bias_level = twl6040_set_bias_level,
|
||||||
.suspend_bias_off = true,
|
.suspend_bias_off = true,
|
||||||
.ignore_pmdown_time = true,
|
.ignore_pmdown_time = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user