Commit graph

  • a182ab29c6 topology: Parse name and stream name of physical DAI links Mengdong Lin 2016-11-06 13:14:34 +08:00
  • c33b3a0ea2 topology: Parse and build private data of physical links Mengdong Lin 2016-11-06 13:14:25 +08:00
  • 2894c31816 topology: Parse link flags of physical DAI links Mengdong Lin 2016-11-06 13:14:15 +08:00
  • f7bf8b0cc8 topology: Parse HW configurations of physical DAI links in text conf file Mengdong Lin 2016-11-06 13:14:04 +08:00
  • 6b4d775b97 topology: Parse HW configurations of physical DAI links defined by C API Mengdong Lin 2016-11-06 13:13:46 +08:00
  • f5b275b24c topology: Define new type and section name to configure physical links Mengdong Lin 2016-11-06 13:13:36 +08:00
  • cb9451b8e7 topology: Rename varaibles for add physical links by C API Mengdong Lin 2016-11-06 13:13:19 +08:00
  • 50e7190d35 topology: ABI - Update physical DAI link configurations to ABI v5 Mengdong Lin 2016-11-06 13:13:08 +08:00
  • 3b4e53624d topology: ABI - Define DAI physical PCM data formats Mengdong Lin 2016-11-06 13:12:57 +08:00
  • 53f7711769 topology: Define a function to build a single physical DAI link Mengdong Lin 2016-11-06 13:12:40 +08:00
  • 18652f4629 topology: Merge an element's be & cc pointer to one link pointer Mengdong Lin 2016-11-06 13:11:49 +08:00
  • fc8e5ab4a0 topology: Use snd_config_get_bool to simplify boolean flag parsing Mengdong Lin 2016-11-06 13:11:04 +08:00
  • d170e1ffa1 topology: tplg_elem_lookup() checks parameter before searching Mengdong Lin 2016-11-04 07:08:27 +08:00
  • 4136d98606 topology: Parse and build private data for PCM Mengdong Lin 2016-11-04 07:08:12 +08:00
  • e4237a250d topology: Define a function to build a single PCM element Mengdong Lin 2016-11-04 07:07:58 +08:00
  • b398ed4058 topology: Parse flags for PCM Mengdong Lin 2016-11-04 07:07:06 +08:00
  • f94ed5cf75 topology: Parse sig_bits of stream caps Mengdong Lin 2016-11-04 07:06:53 +08:00
  • 6945156a67 topology: ABI - Update stream caps and PCM objects to ABI v5 Mengdong Lin 2016-11-04 07:05:53 +08:00
  • 3a5341e2ac topology: Add doc for including other files in the text conf file Mengdong Lin 2016-10-24 21:22:19 +08:00
  • c169438682 conf: Search included files under user specified configuration directories Mengdong Lin 2016-10-24 21:22:11 +08:00
  • adb9866b70 topology: Fix missing stream name of widgets in text conf file Mengdong Lin 2016-10-24 21:22:02 +08:00
  • ced8722f7d pcm_plug: Clear plugins on all error conditions Michael Forney 2016-10-19 18:22:56 -07:00
  • 4dfae1adb3 conf/ucm: skylake: add skylake-rt286 conf files Vinod Koul 2016-10-07 16:28:23 +05:30
  • 4298736dda ctl: correct documentation about TLV feature Takashi Sakamoto 2016-09-29 08:57:24 +09:00
  • e55d735f84 ctl: improve documentation about TLV-related APIs Takashi Sakamoto 2016-09-29 08:57:23 +09:00
  • d31e37d12c ctl: improve API documentation for TLV operation Takashi Sakamoto 2016-09-29 08:57:22 +09:00
  • ee1182d2cb test: use actual information for TLV operation Takashi Sakamoto 2016-09-29 08:57:21 +09:00
  • 21dcb000c8 Update include/sound/tlv.h from 4.9-pre kernel uapi Takashi Sakamoto 2016-09-29 08:57:20 +09:00
  • 64481b3c72 ucm: docs: typeset lists of identifiers explicitly Antonio Ospite 2016-09-23 18:18:57 +02:00
  • 4ec907c773 ucm: fix crash when calling snd_use_case_geti() with no device or modifier Antonio Ospite 2016-09-23 18:11:16 +02:00
  • 0fc4b4d17b pcm: Better understandable locking code Takashi Iwai 2016-09-01 14:05:00 +02:00
  • 3b08152f68 conf: bxtrt298: Add topology conf file for bxt Shreyas NC 2016-08-23 09:38:36 +05:30
  • 47116358cc conf: sklrt286: Remove tool to generate private data blobs Shreyas NC 2016-08-23 09:38:35 +05:30
  • 87803b802f conf: sklrt286: define module private data through tuples in skylake Shreyas NC 2016-08-23 09:38:34 +05:30
  • 7640856769 pcm: Fix shm initialization race-condition Ismael Luceno 2016-08-22 13:04:33 -03:00
  • e2cfe3c6c8 mixer: Fix rounding mode documentation David Henningsson 2016-08-14 09:31:25 +02:00
  • daafa45158 ucm: Add ucm files for DB410c board. Srinivas Kandagatla 2016-08-08 16:23:10 +03:00
  • 1bf144013c Release v1.1.2 v1.1.2 Jaroslav Kysela 2016-08-02 19:48:38 +02:00
  • ef43a007ec Makefile: fix sklrt286 dist files Jaroslav Kysela 2016-08-02 19:47:48 +02:00
  • 98a0a2a98f topology: Fix the missing referenced elem ptr when merging private data Mengdong Lin 2016-07-22 13:12:54 +08:00
  • 776eb7fa5e topology: Fix inaccurate message on failure to find a widgets's reference Mengdong Lin 2016-07-22 13:12:45 +08:00
  • df43c2d380 ctl: use condition statements instead of assert() for new APIs to add an element set Takashi Sakamoto 2016-07-20 18:58:52 +09:00
  • 9797e98930 topology: Check address and length before string copy Mengdong Lin 2016-07-20 09:53:12 +08:00
  • 1a0d49be70 topology: Add ATTRIBUTE_UNUSED for unused parameters to fix compiler warning Mengdong Lin 2016-07-20 09:53:03 +08:00
  • 8e3e194a5d topology: Remove support for control flag SNDRV_CTL_ELEM_ACCESS_USER Mengdong Lin 2016-07-20 09:52:52 +08:00
  • 7bebd4c980 ctl: rename APIs to add an element set so that their names are appropriate Takashi Sakamoto 2016-07-16 22:20:01 +09:00
  • 962d006c28 topology: Tuple type can have an extenstion Mengdong Lin 2016-07-15 20:19:58 +08:00
  • a3683a2ba0 topology: Parse vendor private data for manifest Mengdong Lin 2016-07-15 20:19:41 +08:00
  • 62c180981b topology: Change uuid value to 16 separate characters in text conf file Mengdong Lin 2016-07-15 20:18:59 +08:00
  • 2481ef315f topology: Merge lookup for data reference into tplg_copy_data() Mengdong Lin 2016-07-15 20:18:11 +08:00
  • bb03d929e8 topology: An element can refer to multipe data sections in text conf file Mengdong Lin 2016-07-15 20:17:43 +08:00
  • fce5b6dcd1 mixer: remove alloca() from simple_event_add() Takashi Sakamoto 2016-07-15 09:23:33 +09:00
  • b8e17cd852 mixer: change code formatting for simple_event_add() Takashi Sakamoto 2016-07-15 09:23:32 +09:00
  • c2a59624f1 mixer: remove alloca() from simple_add1() Takashi Sakamoto 2016-07-15 09:23:31 +09:00
  • 98194d5f98 mixer: change code formatting for simple_add1() Takashi Sakamoto 2016-07-15 09:23:30 +09:00
  • 43ac77e900 mixer: remove alloca() from set_enum_item_ops() Takashi Sakamoto 2016-07-15 09:23:29 +09:00
  • 3fa73d7558 mixer: remove alloca() from get_enum_item_ops() Takashi Sakamoto 2016-07-15 09:23:28 +09:00
  • ed49382fda mixer: remove alloca() from enum_item_name_ops() Takashi Sakamoto 2016-07-15 09:23:27 +09:00
  • 6ed7471573 mixer: remove alloca() from init_db_range() Takashi Sakamoto 2016-07-15 09:23:26 +09:00
  • 1ad6d7b852 mixer: change code formatting for init_db_range() Takashi Sakamoto 2016-07-15 09:23:25 +09:00
  • 60920eb7f3 mixer: remove alloca() from selem_write_main() Takashi Sakamoto 2016-07-15 09:23:24 +09:00
  • 116dafcadc mixer: change code formatting for selem_write_main() Takashi Sakamoto 2016-07-15 09:23:23 +09:00
  • 2a6af83d73 mixer: remove alloca() from elem_write_route() Takashi Sakamoto 2016-07-15 09:23:22 +09:00
  • 5268e90dbd mixer: change code formatting for elem_write_route() Takashi Sakamoto 2016-07-15 09:23:21 +09:00
  • bd09e4790c mixer: remove alloca() from elem_write_enum() Takashi Sakamoto 2016-07-15 09:23:20 +09:00
  • 5ca104cf15 mixer: change code formatting for elem_write_enum() Takashi Sakamoto 2016-07-15 09:23:19 +09:00
  • 60875a1ca6 mixer: remove alloca() from elem_write_switch_constant() Takashi Sakamoto 2016-07-15 09:23:18 +09:00
  • 748912f350 mixer: remove alloca() from elem_write_switch() Takashi Sakamoto 2016-07-15 09:23:17 +09:00
  • 2011f04e09 mixer: change code formatting for elem_write_switch() Takashi Sakamoto 2016-07-15 09:23:16 +09:00
  • 1c11f334e7 mixer: remove alloca() from elem_write_volume() Takashi Sakamoto 2016-07-15 09:23:15 +09:00
  • 32393c67ab mixer: change code formatting for elem_write_volume() Takashi Sakamoto 2016-07-15 09:23:14 +09:00
  • 7ada2d6f41 mixer: remove alloca() from selem_read() Takashi Sakamoto 2016-07-15 09:23:13 +09:00
  • 8d45e412b5 mixer: change code formatting for selem_read() Takashi Sakamoto 2016-07-15 09:23:12 +09:00
  • df868c77f3 mixer: remove alloca() from elem_read_enum() Takashi Sakamoto 2016-07-15 09:23:11 +09:00
  • ed6acca132 mixer: change code formatting for elem_read_enum() Takashi Sakamoto 2016-07-15 09:23:10 +09:00
  • bf059f00be mixer: remove alloca() from elem_read_route() Takashi Sakamoto 2016-07-15 09:23:09 +09:00
  • b67b9e42ca mixer: change code formatting for elem_read_route() Takashi Sakamoto 2016-07-15 09:23:08 +09:00
  • 15ff48e721 mixer: remove alloca() from elem_read_volume() Takashi Sakamoto 2016-07-15 09:23:07 +09:00
  • bc08a11eda mixer: change code formatting for elem_read_volume() Takashi Sakamoto 2016-07-15 09:23:06 +09:00
  • 9e1c73cdd4 mixer: include library local header to find layout of structures Takashi Sakamoto 2016-07-15 09:23:05 +09:00
  • 33e946fdd3 alisp: remove alloca() from FA_pcm_info() Takashi Sakamoto 2016-07-14 23:07:51 +09:00
  • e1d6a2b02f alisp: remove alloca() from FA_hctl_elem_write() Takashi Sakamoto 2016-07-14 23:07:50 +09:00
  • 499b0c0401 alisp: remove alloca() from FA_hctl_elem_read() Takashi Sakamoto 2016-07-14 23:07:49 +09:00
  • f3562bea35 alisp: remove alloca() from FA_hctl_elem_info() Takashi Sakamoto 2016-07-14 23:07:48 +09:00
  • 1ef2d66ab4 alisp: remove alloca() from FA_hctl_find_elem() Takashi Sakamoto 2016-07-14 23:07:47 +09:00
  • 0198c850ab alisp: remove alloca() from FA_card_info() Takashi Sakamoto 2016-07-14 23:07:46 +09:00
  • 68e659bb23 conf: remove alloca() from snd_func_private_pcm_subdevice() Takashi Sakamoto 2016-07-14 23:07:45 +09:00
  • e26ee8dff6 conf: remove alloca() from snd_func_pcm_args_by_class() Takashi Sakamoto 2016-07-14 23:07:44 +09:00
  • c0cc9a0195 conf: remove alloca() from snd_func_pcm_id() Takashi Sakamoto 2016-07-14 23:07:43 +09:00
  • e1f4b9a7ca conf: remove alloca() from snd_func_card_name() Takashi Sakamoto 2016-07-14 23:07:42 +09:00
  • d270bd9558 conf: remove alloca() from snd_func_card_id() Takashi Sakamoto 2016-07-14 23:07:41 +09:00
  • b500e16ce4 conf: remove alloca() from snd_determine_driver() Takashi Sakamoto 2016-07-14 23:07:40 +09:00
  • d745fcd5f7 pcm: remove alloca() from _snd_pcm_softvol_open() Takashi Sakamoto 2016-07-14 23:07:39 +09:00
  • df00246841 pcm: change code formatting for _snd_pcm_softvol_open() Takashi Sakamoto 2016-07-14 23:07:38 +09:00
  • 349920f93d pcm: remove alloca() from softvol_load_control() Takashi Sakamoto 2016-07-14 23:07:37 +09:00
  • 8306bb2b6a pcm: change code formatting for softvol_load_control() Takashi Sakamoto 2016-07-14 23:07:36 +09:00
  • 709aa36bc2 pcm: remove alloca() from snd_spcm_init_duplex() Takashi Sakamoto 2016-07-14 23:07:35 +09:00
  • 2edffe3757 pcm: remove alloca() from snd_spcm_init() Takashi Sakamoto 2016-07-14 23:07:34 +09:00
  • 6a0c93a03d pcm: remove alloca() from snd_pcm_hw_set_chmap() Takashi Sakamoto 2016-07-14 23:07:33 +09:00
  • 34d2b6e96c pcm: remove alloca() from snd_pcm_hw_get_chmap() Takashi Sakamoto 2016-07-14 23:07:32 +09:00