uda1380.c (535f9af41b8277309c8aea9a3f8c6fb06d63b6a5) | uda1380.c (7604d8068e6253c143b27ce7e164ee8e7a9da5b9) |
---|---|
1/* 2 * uda1380.c - Philips UDA1380 ALSA SoC audio driver 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * Copyright (c) 2007-2009 Philipp Zabel <philipp.zabel@gmail.com> --- 712 unchanged lines hidden (view full) --- 721 break; 722 } 723 724 return 0; 725} 726 727static const struct snd_soc_codec_driver soc_codec_dev_uda1380 = { 728 .probe = uda1380_probe, | 1/* 2 * uda1380.c - Philips UDA1380 ALSA SoC audio driver 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 * 8 * Copyright (c) 2007-2009 Philipp Zabel <philipp.zabel@gmail.com> --- 712 unchanged lines hidden (view full) --- 721 break; 722 } 723 724 return 0; 725} 726 727static const struct snd_soc_codec_driver soc_codec_dev_uda1380 = { 728 .probe = uda1380_probe, |
729 .read = uda1380_read_reg_cache, 730 .write = uda1380_write, |
|
729 .set_bias_level = uda1380_set_bias_level, 730 .suspend_bias_off = true, 731 732 .component_driver = { 733 .controls = uda1380_snd_controls, 734 .num_controls = ARRAY_SIZE(uda1380_snd_controls), 735 .dapm_widgets = uda1380_dapm_widgets, 736 .num_dapm_widgets = ARRAY_SIZE(uda1380_dapm_widgets), --- 82 unchanged lines hidden --- | 731 .set_bias_level = uda1380_set_bias_level, 732 .suspend_bias_off = true, 733 734 .component_driver = { 735 .controls = uda1380_snd_controls, 736 .num_controls = ARRAY_SIZE(uda1380_snd_controls), 737 .dapm_widgets = uda1380_dapm_widgets, 738 .num_dapm_widgets = ARRAY_SIZE(uda1380_dapm_widgets), --- 82 unchanged lines hidden --- |