Home
last modified time | relevance | path

Searched +full:aec +full:- +full:q100 (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dirondevice,sma1307.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kiseok Jo <[email protected]>
13 SMA1307 boosted digital speaker amplifier with feedback-loop.
16 - $ref: dai-common.yaml#
21 - irondevice,sma1307a
22 - irondevice,sma1307aq
24 If a 'q' is added, it indicated the product is AEC-Q100
32 '#sound-dai-cells':
[all …]
/linux-6.14.4/sound/soc/codecs/
Dsma1307.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 // sma1307.c -- sma1307 ALSA SoC Audio driver
115 /* Initial register value - 6.0W SPK (8ohm load) */
256 static const DECLARE_TLV_DB_SCALE(sma1307_spk_tlv, -6000, 50, 0);
311 ucontrol->value.integer.value[0] = (int)sma1307->force_mute_status; in sma1307_force_mute_get()
322 bool change = false, val = (bool)ucontrol->value.integer.value[0]; in sma1307_force_mute_put()
324 if (sma1307->force_mute_status == val) { in sma1307_force_mute_put()
328 sma1307->force_mute_status = val; in sma1307_force_mute_put()
342 regmap_read(sma1307->regmap, SMA1307_A5_TDM1, &val1); in sma1307_tdm_slot_get()
343 regmap_read(sma1307->regmap, SMA1307_A6_TDM2, &val2); in sma1307_tdm_slot_get()
[all …]