diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-02 15:52:14 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-02 15:52:14 -0500 |
commit | 567d6f48759a30f4578c88c2672a8c0b0394be4c (patch) | |
tree | e48d07f315fae862a0bfa872d47ce6cb27079e15 /sound | |
parent | 13fd179f14712cc89b5b3812673891b96e0ab3a2 (diff) | |
parent | 0962bb217ac74c4b8fae34c5367ebc63131c962c (diff) |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 0c789f9150c3..64befac3f9c3 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1518,6 +1518,7 @@ static int soc_post_component_init(struct snd_soc_card *card, | |||
1518 | rtd = &card->rtd_aux[num]; | 1518 | rtd = &card->rtd_aux[num]; |
1519 | name = aux_dev->name; | 1519 | name = aux_dev->name; |
1520 | } | 1520 | } |
1521 | rtd->card = card; | ||
1521 | 1522 | ||
1522 | /* machine controls, routes and widgets are not prefixed */ | 1523 | /* machine controls, routes and widgets are not prefixed */ |
1523 | temp = codec->name_prefix; | 1524 | temp = codec->name_prefix; |
@@ -1539,7 +1540,6 @@ static int soc_post_component_init(struct snd_soc_card *card, | |||
1539 | 1540 | ||
1540 | /* register the rtd device */ | 1541 | /* register the rtd device */ |
1541 | rtd->codec = codec; | 1542 | rtd->codec = codec; |
1542 | rtd->card = card; | ||
1543 | rtd->dev.parent = card->dev; | 1543 | rtd->dev.parent = card->dev; |
1544 | rtd->dev.release = rtd_release; | 1544 | rtd->dev.release = rtd_release; |
1545 | rtd->dev.init_name = name; | 1545 | rtd->dev.init_name = name; |