diff options
Diffstat (limited to 'sound/soc/codecs/ac97.c')
| -rw-r--r-- | sound/soc/codecs/ac97.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index b0d4af145b8..932299bb5d1 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c @@ -53,13 +53,13 @@ struct snd_soc_dai ac97_dai = {  		.channels_min = 1,  		.channels_max = 2,  		.rates = STD_AC97_RATES, -		.formats = SNDRV_PCM_FMTBIT_S16_LE,}, +		.formats = SND_SOC_STD_AC97_FMTS,},  	.capture = {  		.stream_name = "AC97 Capture",  		.channels_min = 1,  		.channels_max = 2,  		.rates = STD_AC97_RATES, -		.formats = SNDRV_PCM_FMTBIT_S16_LE,}, +		.formats = SND_SOC_STD_AC97_FMTS,},  	.ops = &ac97_dai_ops,  };  EXPORT_SYMBOL_GPL(ac97_dai);  |