wm9713.c (55b8bac50a494871594e81a05b37c15e7283f868) wm9713.c (3ba9e10a6d3b6abf5f5952572cff8f8d5a35ae54)
1/*
2 * wm9713.c -- ALSA Soc WM9713 codec support
3 *
4 * Copyright 2006 Wolfson Microelectronics PLC.
5 * Author: Liam Girdwood <lrg@slimlogic.co.uk>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

--- 1010 unchanged lines hidden (view full) ---

1019
1020#define WM9713_PCM_FORMATS \
1021 (SNDRV_PCM_FORMAT_S16_LE | SNDRV_PCM_FORMAT_S20_3LE | \
1022 SNDRV_PCM_FORMAT_S24_LE)
1023
1024struct snd_soc_dai wm9713_dai[] = {
1025{
1026 .name = "AC97 HiFi",
1/*
2 * wm9713.c -- ALSA Soc WM9713 codec support
3 *
4 * Copyright 2006 Wolfson Microelectronics PLC.
5 * Author: Liam Girdwood <lrg@slimlogic.co.uk>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

--- 1010 unchanged lines hidden (view full) ---

1019
1020#define WM9713_PCM_FORMATS \
1021 (SNDRV_PCM_FORMAT_S16_LE | SNDRV_PCM_FORMAT_S20_3LE | \
1022 SNDRV_PCM_FORMAT_S24_LE)
1023
1024struct snd_soc_dai wm9713_dai[] = {
1025{
1026 .name = "AC97 HiFi",
1027 .type = SND_SOC_DAI_AC97_BUS,
1027 .ac97_control = 1,
1028 .playback = {
1029 .stream_name = "HiFi Playback",
1030 .channels_min = 1,
1031 .channels_max = 2,
1032 .rates = WM9713_RATES,
1033 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
1034 .capture = {
1035 .stream_name = "HiFi Capture",

--- 266 unchanged lines hidden ---
1028 .playback = {
1029 .stream_name = "HiFi Playback",
1030 .channels_min = 1,
1031 .channels_max = 2,
1032 .rates = WM9713_RATES,
1033 .formats = SNDRV_PCM_FMTBIT_S16_LE,},
1034 .capture = {
1035 .stream_name = "HiFi Capture",

--- 266 unchanged lines hidden ---