[alsa-devel] [PATCH v2 04/10] ASoC: upd9976: add capture ability for dai driver
Lu Guanqun
guanqun.lu at intel.com
Fri May 6 07:46:19 CEST 2011
From: Wang Xingchao <xingchao.wang at intel.com>
Signed-off-by: Wang Xingchao <xingchao.wang at intel.com>
---
sound/soc/codecs/upd9976.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/upd9976.c b/sound/soc/codecs/upd9976.c
index 7be10ae..5b8d047 100644
--- a/sound/soc/codecs/upd9976.c
+++ b/sound/soc/codecs/upd9976.c
@@ -303,6 +303,13 @@ static struct snd_soc_dai_driver upd9976_dais[] = {
SNDRV_PCM_FMTBIT_S24 | SNDRV_PCM_FMTBIT_U24 |
SNDRV_PCM_FMTBIT_S32 | SNDRV_PCM_FMTBIT_U32),
},
+ .capture = {
+ .stream_name = "Audio Capture",
+ .channels_min = 1,
+ .channels_max = 1,
+ .rates = SNDRV_PCM_RATE_48000,
+ .formats = (SNDRV_PCM_FMTBIT_S16 | SNDRV_PCM_FMTBIT_U16),
+ },
.ops = &upd9976_audio_dai_ops,
},
};
More information about the Alsa-devel
mailing list