<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in control_trace.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/core/control_trace.h#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/sound/core/control_trace.h</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a8e7ef3cec99ba2487110e01d77a8a278593b3e9 - Merge tag &apos;sound-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/core/control_trace.h#a8e7ef3cec99ba2487110e01d77a8a278593b3e9</link>
        <description>Merge tag &apos;sound-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundPull sound updates from Takashi Iwai: &quot;Nothing too thrilling here, but we see lots of driver updates and bug  fixes, including quirk additions and refactoring works, while there  have been little changes in the core functionality. Here are some  highlights:  Core:   - Add validation for the control API put callback   - Fixes in compress-offload API timestamp handling   - Continued ASoC core API cleanups  ASoC:   - Add support for bus keepers (for Apple devices in future)   - Enhancements to the SDCA support, including retaskable jacks   - Test improvements for Cirrus Logic drivers   - Lots of fixes for the NXP, nVidia and Qualcomm   - Support for AMD RPL DMIC, Cirrus Logic CS42L43 and CS47L47, nVidia     machines with CPCAP and WM8962  USB-audio:   - Quirks for Huawei Headset, Focusrite Novation, MV-Silicon, Studio     1824, Arturia AF16Rig, Hotone Audio, Feaulle Rainbow, PreSonus     AudioBox, Moondrop Ju Jiu, Scarlett 18i20, etc   - Extended mixer volume quirk handling   - UAF and other fixes for us144mkii, 6fire and caiaq drivers  HD-audio:   - Add quirks or fixes for Acer, Lenovo, HP, ASUS machines   - Fixes &amp; cleanups of GPIO helper code  Misc:   - Add suspend/resume support for multiple legacy ISA and Apple     drivers   - Further regression fixes for ctxfi driver&quot;* tag &apos;sound-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (359 commits)  ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names()  ALSA: usb-audio: Fix missing error handling for get_min_max*()  ALSA: hda/realtek - fixed speaker no sound update  ALSA: hda/realtek: Add quirk for Acer PT316-51S headset mic  ALSA: usb-audio: Exclude Scarlett 18i20 1st Gen from SKIP_IFACE_SETUP  ALSA: hda/realtek: Add quirk for Legion S7 15IMH  ALSA: hda/realtek: Add quirk for HP Spectre x360 14-ea  ALSA: caiaq: take a reference on the USB device in create_card()  ASoC: dt-bindings: rockchip: convert rk3399-gru-sound to DT Schema  ALSA: sscape: Add suspend and resume support  ALSA: sscape: Cache per-card resources for board reinitialization  ALSA: usb-audio: Do not expose sticky mixers  ALSA: usb-audio: Move volume control resolution check into a function  ALSA: usb-audio: Add error checks against get_min_max*()  ALSA: usb-audio: Add quirk for PreSonus AudioBox USB  ALSA: interwave: guard PM-only restore helpers with CONFIG_PM  ALSA: usb-audio: Evaluate packsize caps at the right place  ALSA: sc6000: Restore board setup across suspend  ALSA: sc6000: Keep the programmed board state in card-private data  ALSA: 6fire: fix use-after-free on disconnect  ...

            List of files:
            /linux/sound/core/control_trace.h</description>
        <pubDate>Wed, 15 Apr 2026 18:20:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f365e47bfbe388b2dde411f8a016065274eee02f - Merge branch &apos;for-next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/core/control_trace.h#f365e47bfbe388b2dde411f8a016065274eee02f</link>
        <description>Merge branch &apos;for-next&apos; into for-linusSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/sound/core/control_trace.h</description>
        <pubDate>Mon, 13 Apr 2026 07:18:36 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84446536f63d471ab16b2faa25eeab1df21ace0a - ALSA: control: Verify put() result when in debug mode</title>
        <link>http://kernelsources.org:8080/source/history/linux/sound/core/control_trace.h#84446536f63d471ab16b2faa25eeab1df21ace0a</link>
        <description>ALSA: control: Verify put() result when in debug modeThe put() operation is expected to return:1) 0 on success if no changes were made2) 1 on success if changes were made3) error code otherwiseCurrently 2) is usually ignored when writing control-operations. Whileforcing compliance is not an option right now, make it easier fordevelopers to adhere to the expectations and notice problems by loggingthem when CONFIG_SND_CTL_DEBUG is enabled.Due to large size of struct snd_ctl_elem_value, &apos;value_buf&apos; is providedas a reusable buffer for kctl-&gt;put() verification. This preventsexhausting the stack when verifying the operation.&gt;From user perspective, patch introduces a new trace/events category&apos;snd_ctl&apos; containing a single &apos;snd_ctl_put&apos; event type. Log sample:  amixer-1086    [003] .....    8.035939: snd_ctl_put: success: expected=0, actual=0 for ctl numid=1, iface=MIXER, name=&apos;Master Playback Volume&apos;, index=0, device=0, subdevice=0, card=0  amixer-1087    [003] .....    8.938721: snd_ctl_put: success: expected=1, actual=1 for ctl numid=1, iface=MIXER, name=&apos;Master Playback Volume&apos;, index=0, device=0, subdevice=0, card=0  amixer-1088    [003] .....    9.631470: snd_ctl_put: success: expected=1, actual=1 for ctl numid=1, iface=MIXER, name=&apos;Master Playback Volume&apos;, index=0, device=0, subdevice=0, card=0  amixer-1089    [000] .....    9.636786: snd_ctl_put: fail: expected=1, actual=0 for ctl numid=5, iface=MIXER, name=&apos;Loopback Mute&apos;, index=0, device=0, subdevice=0, card=0Signed-off-by: Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Reviewed-by: Jaroslav Kysela &lt;perex@perex.cz&gt;Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;Link: https://patch.msgid.link/20260224205619.584795-1-cezary.rojewski@intel.com

            List of files:
            /linux/sound/core/control_trace.h</description>
        <pubDate>Tue, 24 Feb 2026 21:56:19 +0100</pubDate>
        <dc:creator>Cezary Rojewski &lt;cezary.rojewski@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
