diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-11 02:28:04 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-11 02:28:04 -0500 |
commit | 9e30d7718bb7402c7bdee631ad2aae2658c324f0 (patch) | |
tree | 51b898f8106fea24278e8313b64fc954a99729b5 /sound/soc/omap | |
parent | 9e32ebdb3aa4e5d2366b032baa16b95f3d7788b9 (diff) |
ASoC: Fix forgotten replacements of socdev->codec
The snd_soc_codec was moved into socdev->card, but this change wasn't
applied in some places. Fixed now.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/omap')
-rw-r--r-- | sound/soc/omap/n810.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index 25593fee912..9f037cd0191 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
@@ -72,7 +72,7 @@ static int n810_startup(struct snd_pcm_substream *substream) | |||
72 | { | 72 | { |
73 | struct snd_pcm_runtime *runtime = substream->runtime; | 73 | struct snd_pcm_runtime *runtime = substream->runtime; |
74 | struct snd_soc_pcm_runtime *rtd = substream->private_data; | 74 | struct snd_soc_pcm_runtime *rtd = substream->private_data; |
75 | struct snd_soc_codec *codec = rtd->socdev->codec; | 75 | struct snd_soc_codec *codec = rtd->socdev->card->codec; |
76 | 76 | ||
77 | snd_pcm_hw_constraint_minmax(runtime, | 77 | snd_pcm_hw_constraint_minmax(runtime, |
78 | SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2); | 78 | SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2); |